BatteryModel

data class BatteryModel(val type: String = "STATUS_BATTERY", val level: Int)

Model representing the current battery level of the watch

Constructors

Link copied to clipboard
constructor(type: String = "STATUS_BATTERY", level: Int)

Properties

Link copied to clipboard
val level: Int
Link copied to clipboard