enum
Matter::Cluster::PowerSourceCluster::BatChargeState
Overview
Battery charge state values
Defined in:
matter/cluster/power_source_cluster.crEnum Members
-
Unknown =
0 -
IsCharging =
1 -
IsAtFullCharge =
2 -
IsNotCharging =
3
Instance Method Summary
-
#is_at_full_charge?
Returns
trueif this enum value equalsIsAtFullCharge -
#is_charging?
Returns
trueif this enum value equalsIsCharging -
#is_not_charging?
Returns
trueif this enum value equalsIsNotCharging -
#unknown?
Returns
trueif this enum value equalsUnknown