UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

17 lines (16 loc) 303 B
/** * Plugin power status (Kind of action) * @see PluginControl */ export const PluginPowerStatusEnum = { /** * Running (Start plugin) */ RUNNING: 'RUNNING', /** * Stop */ STOP: 'STOP' }; /** type definition of PluginControlEnum */ //# sourceMappingURL=plugin-power-status.js.map