NEWS
[Gelöst] Zeitstempel von Datenpunkt abfragen
-
Hi,
ich habe heute gesehen dass wenn man in den Objekten über den Status "fährt" man weitere Information wie Zeitstempel und Letzte Änderung angezeigt bekommt. Gibt es eine Möglichkeit diese via Script auszulesen?
Das Bild zeigt was ich meine:

Wäre super wenn mir jemand helfen kann
Gruß Peoples
-
on(id, function(dp) { var time = dp.state.ts; var change = dp.state.lc; }); // oder var time = getState(id).ts; var change = getState(id).lc;@paul53 said in [Gelöst] Zeitstempel von Datenpunkt abfragen:
on(id, function(dp) { var time = dp.state.ts; var change = dp.state.lc; }); // oder var time = getState(id).ts; var change = getState(id).lc;Hi paul,
Was bedeutet timestamp hier?
Hab in der Doku bei getState keine Erklärung gefunden. -
@paul53 said in [Gelöst] Zeitstempel von Datenpunkt abfragen:
on(id, function(dp) { var time = dp.state.ts; var change = dp.state.lc; }); // oder var time = getState(id).ts; var change = getState(id).lc;Hi paul,
Was bedeutet timestamp hier?
Hab in der Doku bei getState keine Erklärung gefunden. -
@paul53 said in [Gelöst] Zeitstempel von Datenpunkt abfragen:
@martinschm sagte:
Was bedeutet timestamp hier?
Vielen Dank. Dann hatte ich an der falschen Stelle geschaut
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login