Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Improved description of the upload strategy 'interval'

...

upload strategydescription
nevermeans never.
on_changemeans first and on change only. - If there is no change in the sensor value for lifetime then the value is sent only once.
intervalmeans first 1, on change and on interval (if any new in between), like a heartbeat. The interval is the upload interval to cloud. If there was is no new incoming sensor result in the interval ("dead" sensor), then no value is will be sent to cloud (no heartbeat).
alwaysEach calibrated result of a sensor is uploaded, regardless its previous values.

...