UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

8 lines (6 loc) 238 B
import type { ThetaDevice } from '../theta-device'; import type { BleServiceEnum } from './values/ble-service'; export abstract class ThetaService { abstract readonly service: BleServiceEnum; abstract readonly device: ThetaDevice; }