UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

18 lines (17 loc) 436 B
/** * Shooting function. */ export const ShootingFunctionEnum = { /** * Undefined item */ UNKNOWN: 'UNKNOWN', /** Normal shooting function */ NORMAL: 'NORMAL', /** Self-timer shooting function(RICOH THETA X is not supported.) */ SELF_TIMER: 'SELF_TIMER', /** My setting shooting function */ MY_SETTING: 'MY_SETTING' }; /** type definition of ShootingFunctionEnum */ //# sourceMappingURL=shooting-function.js.map