UNPKG

theta-client-react-native

Version:

This library provides a way to control RICOH THETA using.

26 lines (23 loc) 558 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthModeEnum = void 0; /** * Enum for authentication mode. */ const AuthModeEnum = exports.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