UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

34 lines (32 loc) 665 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThetaModel = void 0; /** * Support THETA model */ const ThetaModel = exports.ThetaModel = { /** * Undefined item */ UNKNOWN: 'UNKNOWN', /** THETA S */ THETA_S: 'THETA_S', /** THETA SC */ THETA_SC: 'THETA_SC', /** THETA V */ THETA_V: 'THETA_V', /** THETA Z1 */ THETA_Z1: 'THETA_Z1', /** THETA X */ THETA_X: 'THETA_X', /** THETA SC2 */ THETA_SC2: 'THETA_SC2', /** THETA SC2 for business */ THETA_SC2_B: 'THETA_SC2_B', /** THETA A1 */ THETA_A1: 'THETA_A1' }; /** type definition of ThetaModel */ //# sourceMappingURL=theta-model.js.map