-
Notifications
You must be signed in to change notification settings - Fork 2
LockMechanism
Martin Patfield edited this page Feb 17, 2026
·
2 revisions
| Field | Required | Description |
|---|---|---|
autoReset |
No | Automatically lock after a delay |
topicGetCurrentLockState |
Yes | Current state of the lock (locked/unlocked) |
topicGetTargetLockState |
Yes | Target (desired) state of the lock |
topicSetTargetLockState |
Yes | Set the target state of the lock |
valueLockStateSecured |
Yes | Locked state (e.g. "true", "255", "Locked") |
valueLockStateUnsecured |
Yes | Unlocked state (e.g. "false", "0", "Unlocked") |
valueLockStateJammed |
No | Lock is jammed |