You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Loren, is there a way to programmatically trigger an update? I'm checking the timestamp of many temperature sensors and if it's older than 1 day, I want to reset the temperature and trigger an update to have the value reflected in all readers. Is this possible?
The text was updated successfully, but these errors were encountered:
There's no API for pushing an update for a value that hasn't changed. The simplest thing would be to set up an interval timer to change temperature by a fraction on every interval. Not enough to significantly change the value of temperature, but just enough that it's different from the current state to trigger an update.
As an open source project the other possibilities are limitless.
Hi Loren, is there a way to programmatically trigger an update? I'm checking the timestamp of many temperature sensors and if it's older than 1 day, I want to reset the temperature and trigger an update to have the value reflected in all readers. Is this possible?
The text was updated successfully, but these errors were encountered: