UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

18 lines 541 B
import type { PluginPowerStatusEnum } from '../values'; /** * Plugin Control */ export interface PluginControl { /** * Plugin power status (Kind of action) * (0: Running (Start plugin)、1: Stop) */ pluginControl: PluginPowerStatusEnum; /** * Target plugin number. Set the target plugin number to Plugin Orders before write. * This parameter is ignored when Plugin Control parameter is 1 (stop). * RICOH THETA Z1 or later */ plugin?: number; } //# sourceMappingURL=plugin-control.d.ts.map