API Reference

Sections

Theme switcher

DoorPositionActions

DoorPositionActions

disablePublishingDoorClosedEventsobject

Turns off publishing of door closed events by the device.

Show child attributes

disablePublishingDoorOpenedEventsobject

Turns off publishing of door opened events by the device.

Show child attributes

disablePublishingDoorProppedEventsobject

Turns off publishing of door propped open events by the device.

Show child attributes

disablePublishingRequestToExitEventsobject

Turns off publishing of request-to-exit (REX) events by the device.

Show child attributes

enablePublishingDoorClosedEventsobject

Turns on publishing of door closed events by the device.

Show child attributes

enablePublishingDoorOpenedEventsobject

Turns on publishing of door opened events by the device.

Show child attributes

enablePublishingDoorProppedEventsobject

Turns on publishing of door propped open events by the device.

Show child attributes

enablePublishingRequestToExitEventsobject

Turns on publishing of request-to-exit (REX) events by the device.

Show child attributes

setDoorProppedOpenAlarmThresholdInSecondsobject

Sets how long the door may remain open before a propped door alarm is triggered.

Show child attributes

Was this section helpful?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 { "disablePublishingDoorClosedEvents": { "actionId": null }, "disablePublishingDoorOpenedEvents": { "actionId": null }, "disablePublishingDoorProppedEvents": { "actionId": null }, "disablePublishingRequestToExitEvents": { "actionId": null }, "enablePublishingDoorClosedEvents": { "actionId": null }, "enablePublishingDoorOpenedEvents": { "actionId": null }, "enablePublishingDoorProppedEvents": { "actionId": null }, "enablePublishingRequestToExitEvents": { "actionId": null }, "setDoorProppedOpenAlarmThresholdInSeconds": { "actionId": null } }
Was this section helpful?