UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

20 lines (18 loc) 431 B
/** * Enum for authentication mode. */ export const AuthModeEnum = { /** Undefined value */ UNKNOWN: 'UNKNOWN', /** None of authentication */ NONE: 'NONE', /** Wep authentication */ WEP: 'WEP', /** WPA PSK or WPA2 PSK authentication */ WPA: 'WPA', /** WPA3-SAE authentication */ WPA3: 'WPA3' }; /** type definition of AuthModeEnum */ /** Access point information. */ //# sourceMappingURL=access-point.js.map