theta-ble-client-react-native
Version:
This library provides a way to control RICOH THETA using
24 lines (23 loc) • 389 B
JavaScript
/**
* Battery charging state
*/
export const ChargingStateEnum = {
/**
* Undefined item
*/
UNKNOWN: 'UNKNOWN',
/**
* battery charging
*/
CHARGING: 'CHARGING',
/**
* battery charged
*/
CHARGED: 'CHARGED',
/**
* battery disconnect
*/
DISCONNECT: 'DISCONNECT'
};
/** type definition of ChargingStateEnum */
//# sourceMappingURL=charging-state.js.map