theta-ble-client-react-native
Version:
This library provides a way to control RICOH THETA using
30 lines (28 loc) • 706 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.WlanPasswordStateEnum = void 0;
/**
* WLAN password state
*/
const WlanPasswordStateEnum = exports.WlanPasswordStateEnum = {
/**
* Undefined value
*/
UNKNOWN: 'UNKNOWN',
/**
* The WLAN password has not been changed and the initial password is a part of the Theta's serial number.
*/
SERIAL: 'SERIAL',
/**
* The WLAN password has not been changed and the initial password is a random string.
*/
RANDOM: 'RANDOM',
/**
* The WLAN password has been changed.
*/
CHANGED: 'CHANGED'
};
/** type definition of WlanPasswordStateEnum */
//# sourceMappingURL=wlan-password-state.js.map