API Reference

Sections

Theme switcher

DoorPosition

DoorPosition

isOpenboolean

When true, indicates the door is currently open.

proppedAlarmThresholdDurationInSecondsint

Duration, in seconds, before a propped door alarm is triggered.

willPublishEventobject

Information about the specific door-position-related events and whether current settings allow them to be published.

Show child attributes

Was this section helpful?
1 2 3 4 5 6 7 8 9 10 { "isOpen": false, "proppedAlarmThresholdDurationInSeconds": null, "willPublishEvent": { "doorClosed": false, "doorOpened": false, "doorProppedOpen": false, "requestToExit": false } }
Was this section helpful?