theta-ble-client-react-native
Version:
This library provides a way to control RICOH THETA using
24 lines (22 loc) • 579 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ShootingFunctionEnum = void 0;
/**
* Shooting function.
*/
const ShootingFunctionEnum = exports.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