API Reference

Sections

Theme switcher

WillPublishEvent

WillPublishEvent

doorClosedboolean

When true, indicates the device is enabled to publish the defined 'doorClosed' event notification.

doorOpenedboolean

When true, indicates the device is enabled to publish the defined 'doorOpened' event notification.

doorProppedOpenboolean

When true, indicates the device is enabled to publish the defined 'doorProppedOpen' event notification.

requestToExitboolean

When true, indicates the device is enabled to publish the defined 'requestToExit' event notification.

Was this section helpful?
1 2 3 4 5 6 { "doorClosed": false, "doorOpened": false, "doorProppedOpen": false, "requestToExit": false }
Was this section helpful?