-
Notifications
You must be signed in to change notification settings - Fork 2
GarageDoorOpener
Martin Patfield edited this page Feb 17, 2026
·
3 revisions
| Field | Required | Description |
|---|---|---|
topicGetCurrentDoorState |
Yes | Current state of the garage door (open/opening/closed/closing/stopped) |
topicGetTargetDoorState |
Yes | Target state of the garage door (open/closed) |
topicSetTargetDoorState |
Yes | Set the target door state (open/closed) |
topicGetObstructionDetected |
Yes | Whether or not the garage door is obstructed |
topicGetCurrentLockState |
No | Current state of the garage lock (locked/unlocked) |
topicGetTargetLockState |
No | Target state of the garage lock |
topicSetTargetLockState |
No | Set the target state of the garage lock |
valueDoorObstructed |
Yes | Door is obstructed |
valueDoorStateClosed |
No | Door is closed |
valueDoorStateClosing |
No | Door is closing |
valueDoorStateOpen |
No | Door is open |
valueDoorStateOpening |
No | Door is opening |
valueDoorStateStopped |
No | Door is stopped |
valueLockStateJammed |
No | Door lock is jammed |
valueLockStateSecured |
No | Door is locked |
valueLockStateUnsecured |
No | Door is unlocked |