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
As an enhancement of #696 all remaining desiredProperties state selectable for a thing after implementing #700 shall be returned whenever a device reconnects to its cloud backend.
For Eclipse Hono this can be determined by the TTD value Hono sends for messages indicating how long a device is connected and may receive downlink messages.
Ditto's ConnectionStatus mapper already uses that information to automatically manage a feature ConnectionStatus as part of a thing.
Based in this information (when a device connected to Hono connects), the remaining desiredProperties of a Thing are sent to the device.
The text was updated successfully, but these errors were encountered:
thjaeckle
changed the title
Automatically publish calculated desired-deltas upon device connection
Automatically publish remaining desired state upon device connection
Jun 25, 2020
As an enhancement of #696 all remaining
desiredProperties
state selectable for a thing after implementing #700 shall be returned whenever a device reconnects to its cloud backend.For Eclipse Hono this can be determined by the TTD value Hono sends for messages indicating how long a device is connected and may receive downlink messages.
Ditto's ConnectionStatus mapper already uses that information to automatically manage a feature
ConnectionStatus
as part of a thing.Based in this information (when a device connected to Hono connects), the remaining
desiredProperties
of a Thing are sent to the device.The text was updated successfully, but these errors were encountered: