UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

26 lines (23 loc) 548 B
/** Support THETA model */ export const ThetaModel = { /** THETA S */ THETA_S: 'THETA_S', /** THETA SC */ THETA_SC: 'THETA_SC', /** THETA V */ THETA_V: 'THETA_V', /** THETA Z1 */ THETA_Z1: 'THETA_Z1', /** THETA X */ THETA_X: 'THETA_X', /** THETA SC2 */ THETA_SC2: 'THETA_SC2', /** THETA SC2 for business */ THETA_SC2_B: 'THETA_SC2_B', /** THETA A1 */ THETA_A1: 'THETA_A1' }; /** type definition of ThetaModel */ /** Static attributes of Theta. */ /** endpoint information */ //# sourceMappingURL=theta-info.js.map