Skip to content

@camera.ui/sdk / sensor / ChargingState

Enumeration: ChargingState

Defined in: sensor/battery.ts:30

Battery charging state.

Enumeration Members

Charging

Charging: "CHARGING"

Defined in: sensor/battery.ts:36

Battery is currently charging.


Full

Full: "FULL"

Defined in: sensor/battery.ts:38

Battery is fully charged.


NotChargeable

NotChargeable: "NOT_CHARGEABLE"

Defined in: sensor/battery.ts:32

Device has no rechargeable battery.


NotCharging

NotCharging: "NOT_CHARGING"

Defined in: sensor/battery.ts:34

Battery is not charging.