theta-ble-client-react-native
Version:
This library provides a way to control RICOH THETA using
17 lines • 448 B
TypeScript
/**
* Plugin power status (Kind of action)
* @see PluginControl
*/
export declare const PluginPowerStatusEnum: {
/**
* Running (Start plugin)
*/
readonly RUNNING: "RUNNING";
/**
* Stop
*/
readonly STOP: "STOP";
};
/** type definition of PluginControlEnum */
export type PluginPowerStatusEnum = typeof PluginPowerStatusEnum[keyof typeof PluginPowerStatusEnum];
//# sourceMappingURL=plugin-power-status.d.ts.map