Closed
Description
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
.