-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add last_updated and last_changed fields for debugging purposes #1
Comments
last_updated könnte man direkt über die mtime des files herausfinden: |
So ala b27dd9b |
Guter Punkt :) Werde ich gleich mergen. Die Frage ist noch, wie die Daten in der JSON Response codiert werden. |
Last change:
Last update:
|
Gemäss der Doku:
Unser timestamp zeigt aber die Änderung der Anzahl Personen, nicht des Status. |
Das ist doch auch eine Statusänderung :) |
Ja aber keine Änderung des ''state'' Objekts, aber ich bin wahrscheinlich ein wenig zu pedantisch 😉 |
In unserem Fall schon, da sich die message im "state" Objekt ändert. Hast du eine bessere Idee? |
Ich hätte es ebenfalls in |
Für last_changed müssen wir uns wohl den alten Wert merken. Gibt es dafür eleganteres als eine globale Variable? |
Am besten diskutieren wir das morgen :) Entweder ein zweites File, oder gleich eine file based database. Oder eben globale variablen (yuck). |
Hier mal mit globals 237b5b9 als Diskussionsgrundlage für Morgen ;) |
This ticket did concern the python implementation, didn't it? So why the rust label? |
Because we still want that feature :) |
last_updated wird bei jedem erfolgreichen POST vom sensor updated.
last_changed wird immer geändert wenn sich die anzahl personen ändert.
The text was updated successfully, but these errors were encountered: