Representation of a deCONZ lock.
Definition at line 53 of file lock.py.
◆ async_lock()
| None homeassistant.components.deconz.lock.DeconzLock.async_lock |
( |
|
self, |
|
|
**Any |
kwargs |
|
) |
| |
Lock the lock.
Definition at line 63 of file lock.py.
◆ async_unlock()
| None homeassistant.components.deconz.lock.DeconzLock.async_unlock |
( |
|
self, |
|
|
**Any |
kwargs |
|
) |
| |
Unlock the lock.
Definition at line 76 of file lock.py.
◆ is_locked()
| bool homeassistant.components.deconz.lock.DeconzLock.is_locked |
( |
|
self | ) |
|
Return true if lock is on.
Definition at line 59 of file lock.py.
◆ TYPE
| homeassistant.components.deconz.lock.DeconzLock.TYPE = LOCK_DOMAIN |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/deconz/lock.py