//MLBluetoothSDK/com.masterlock.mlbluetoothsdk/MLProduct/readBatteryLevel
readBatteryLevel¶
[androidJvm]\ open fun readBatteryLevel(callback: MLCommandCallback<MLBatteryLevelModel>)
Reads the cached battery level of the lock and returns a MLBatteryLevelModel object that will indicate the battery’s level as a % of full.
Parameters¶
androidJvm
| callback | execute the result method of this object when the command finishes. |