PowerBudgetStatus

@Serializable
data class PowerBudgetStatus(val dailyPowerBudgetAvailable: Boolean?, val insufficientBatteryLevelWarning: Boolean?, val dailyPowerBudgetWarning: Boolean?)

Daily power budget availability and warning flags.

Constructors

Link copied to clipboard
constructor(dailyPowerBudgetAvailable: Boolean?, insufficientBatteryLevelWarning: Boolean?, dailyPowerBudgetWarning: Boolean?)