//MLBluetoothSDK/com.masterlock.mlbluetoothsdk/MLProduct/writeUnlockTimeout
writeUnlockTimeout¶
[androidJvm]\ open fun writeUnlockTimeout(newTimeout: Int, callback: MLCommandCallback<Integer>)
Update the unlock timeout the lock uses
Parameters¶
androidJvm
| newTimeout | The new lock timeout value in seconds from 1-60 |
| callback | the result method will include the written value if the command is successful |