API Reference

Sections

Theme switcher

AutoOperator

AutoOperator

activeErrorsarray

Information about active reported errors occurring at the device. Note: Device will report a maximum of 3 errors at any given time; if additional errors are present, first 3 must be cleared before device can report additional errors.

Show child attributes

actuatorAlternateActionobject

Settings for device alternate action feature. When enabled, an actuation will work like a garage door opener. First actuate signal will open door and hold until next actuate signal is received or timeout.

Show child attributes

actuatorTwoobject

Settings for actuator terminal two. Note: Actuators 1 and 2 are not door dependant. When either is triggered, then all connected doors will be opened.

Show child attributes

autoReverseobject

Settings for auto reverse functionality. When enabled, door will re-open upon hitting an obstruction while closing. This applies for both manual and actuated openings. This feature only works for door angles greater than the Power Boost Elig Angle Setting.

Show child attributes

calibrationResultsobject

Settings related to the device's calibrated door configuration.

Show child attributes

closingSwingobject

Settings related to door closing swing operations.

Show child attributes

holdOpenobject

Settings for hold open functionality.

Show child attributes

lockRelayobject

Settings related to device's lock relay operations that unlatch the door before opening.

Show child attributes

openingSwingobject

Settings related to door opening swing operations.

Show child attributes

powerAssistobject

Settings related to device Power Assist feature. When enabled, motor will assist door opening to reduce user-force required to manually open the door.

Show child attributes

powerBoostobject

Settings related to device Power Boost feature. When enabled, will increase closing force when needed as door is closing. Can be used if latching or drag issues prevent door from fully closing.

Show child attributes

pushAndGoobject

Settings related to device Push And Go feature. When enabled, manually pushing door open a short distance will trigger an actuation causing door(s) to open to full open position and then hold. Push and Go may be useful for applications where the actuator is far away from the door.

Show child attributes

safetySensorobject

Settings related to door-mounted safety sensors (DMSS) and resulting operator behavior.

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 { "activeErrors": [ { "message": null, "priority": null } ], "actuatorAlternateAction": { "isEnabled": false, "timeoutInMinutes": null }, "actuatorTwo": { "isEnabled": false }, "autoReverse": { "isEnabled": false }, "calibrationResults": { "doorOneDetected": false, "doorTwoDetected": false }, "closingSwing": { "latchAngleInDegrees": null, "speed": { "doorOne": null, "doorTwo": null } }, "holdOpen": { "delayInSeconds": null }, "lockRelay": { "lockDelay": { "durationInSeconds": null, "isEnabled": false }, "preloadRelease": { "isEnabled": false } }, "openingSwing": { "backcheckAngleInDegrees": null, "backcheckSpeed": { "isHigh": false, "isLow": false }, "force": null, "speed": null }, "powerAssist": { "force": null, "isEnabled": false }, "powerBoost": { "angleInDegrees": null, "force": null, "isEnabled": false, "mode": { "isContinuous": false, "isNormal": false } }, "pushAndGo": { "isEnabled": false, "mode": { "isFootTraffic": false, "isNormal": false } }, "safetySensor": { "actionOnObstruction": { "willClose": false, "willPause": false, "willSlow": false }, "ignoreAngle": { "angleInDegrees": null, "isEnabled": false } } }
Was this section helpful?

What made this section unhelpful for you?