BatteryModel

data class BatteryModel(val type: String = "liveWatchBattery", val battery: Int, val user: String)

Model representing the current battery level of the watch

Constructors

Link copied to clipboard
constructor(type: String = "liveWatchBattery", battery: Int, user: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard