UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

26 lines (24 loc) 507 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PeripheralDeviceStatusEnum = void 0; /** * Peripheral device connection state */ const PeripheralDeviceStatusEnum = exports.PeripheralDeviceStatusEnum = { /** * Undefined value */ UNKNOWN: 'UNKNOWN', /** * Unconnected */ IDLE: 'IDLE', /** * Connected */ CONNECTED: 'CONNECTED' }; /** type definition of PeripheralDeviceStatusEnum */ //# sourceMappingURL=peripheral-device-status.js.map