//MLBluetoothSDK/com.masterlock.mlbluetoothsdk/MLProduct/setDeadboltLeftHanded
setDeadboltLeftHanded¶
[androidJvm]\ open fun setDeadboltLeftHanded(isLeftHanded: Boolean, callback: MLCommandCallback<Boolean>)
For Deadbolt only Reads whether the bolt extends to left or right of the lock. From the inside of the door looking at the thumbturn side of the deadbolt, a leftHanded door means that the deadbolt is on the left and the bolt extends to the left.
Parameters¶
androidJvm
| isLeftHanded | result is true if is Left Handed, false if Right Handed |
| callback | result is the new written setting (true if is Left Handed/ false if not) |