UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

18 lines (17 loc) 367 B
/** * Wifi Encryption Types */ export const WifiSecurityModeEnum = { /** Undefined value */ UNKNOWN: 'UNKNOWN', /** none */ NONE: 'NONE', /** WEP */ WEP: 'WEP', /** WPA/WPA2 PSK */ WPA_WPA2_PSK: 'WPA_WPA2_PSK', /** WPA3-SAE */ WPA3_SAE: 'WPA3_SAE' }; /** type definition of WifiSecurityModeEnum */ //# sourceMappingURL=wifi-security-mode.js.map