//MLBluetoothSDK/com.masterlock.mlbluetoothsdk.lockstate/MechanismState/Unlocked
Unlocked¶
[androidJvm]\ class Unlocked(val countdown: Int) : MechanismState
The mechanism is reading as Unlocked. The mechanism is not Open in this state. Devices that support automatic re-lock will also update with a countdown of seconds before re-lock
Countdown will always be 0 if this unlock was not the result of a BLE unlock command, or the mechanism does not support auto re-lock
Constructors¶
| Unlocked | [androidJvm] constructor(countdown: Int) |
Properties¶
| Name | Summary |
|---|---|
| countdown | [androidJvm] val countdown: Int |
| value | [androidJvm] open override val value: MechanismStateOptions |
Functions¶
| Name | Summary |
|---|---|
| toString | [androidJvm] open override fun toString(): String |