UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

23 lines (21 loc) 448 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PluginPowerStatusEnum = void 0; /** * Plugin power status (Kind of action) * @see PluginControl */ const PluginPowerStatusEnum = exports.PluginPowerStatusEnum = { /** * Running (Start plugin) */ RUNNING: 'RUNNING', /** * Stop */ STOP: 'STOP' }; /** type definition of PluginControlEnum */ //# sourceMappingURL=plugin-power-status.js.map