theta-ble-client-react-native
Version:
This library provides a way to control RICOH THETA using
20 lines (19 loc) • 352 B
JavaScript
/**
* Peripheral device connection state
*/
export const PeripheralDeviceStatusEnum = {
/**
* Undefined value
*/
UNKNOWN: 'UNKNOWN',
/**
* Unconnected
*/
IDLE: 'IDLE',
/**
* Connected
*/
CONNECTED: 'CONNECTED'
};
/** type definition of PeripheralDeviceStatusEnum */
//# sourceMappingURL=peripheral-device-status.js.map