UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

30 lines (28 loc) 526 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChargingStateEnum = void 0; /** * Battery charging state */ const ChargingStateEnum = exports.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