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
Currently properties can either be updated via periodic time intervals (TimeInterval) or when the value does change significantly (OnChange). A 3rd update policy (OnDemand) shall be added which allows the transmission of all properties upon the call of a public available function, e.g. ArduinoIoTCloud.push.
The text was updated successfully, but these errors were encountered:
Currently properties can either be updated via periodic time intervals (
TimeInterval
) or when the value does change significantly (OnChange
). A 3rd update policy (OnDemand
) shall be added which allows the transmission of all properties upon the call of a public available function, e.g.ArduinoIoTCloud.push
.The text was updated successfully, but these errors were encountered: