Device statuses are typically states, sensor data etc that can change at any time. There are two ways to get status info:
get
on
allowEmpty: if set to true, returns empty array if path was not found, otherwise it throws error. Typically useful when working with dynamic lists.
Optional
Generated using TypeDoc
Device statuses are typically states, sensor data etc that can change at any time. There are two ways to get status info:
get
)on
). In this case you will be notified whenever a status changes. Note: Only a few statuses actually support notifications.