Update lock for locking, unlocking, jammed (#1001)

This commit is contained in:
J. Nick Koston 2021-07-20 06:13:33 -10:00 committed by GitHub
parent 76f6b1ac08
commit 99986314be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,9 @@ Properties should always only return information from memory and not do I/O (lik
| changed_by | string | None | Describes what the last change was triggered by.
| code_format | string | None | Regex for code format or None if no code is required.
| is_locked | bool | None | Indication of whether the lock is currently locked. Used to determine `state`.
| is_locking | bool | None | Indication of whether the lock is currently locking. Used to determine `state`.
| is_unlocking | bool | None | Indication of whether the lock is currently unlocking. Used to determine `state`.
| is_jammed | bool | None | Indication of whether the lock is currently jammed. Used to determine `state`.
### Supported Features