ttlock-sdk-js
Version:
JavaScript port of the TTLock Android SDK
11 lines (10 loc) • 575 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfigRemoteUnlock = void 0;
var ConfigRemoteUnlock;
(function (ConfigRemoteUnlock) {
ConfigRemoteUnlock[ConfigRemoteUnlock["OP_TYPE_SEARCH"] = 1] = "OP_TYPE_SEARCH";
ConfigRemoteUnlock[ConfigRemoteUnlock["OP_TYPE_MODIFY"] = 2] = "OP_TYPE_MODIFY";
ConfigRemoteUnlock[ConfigRemoteUnlock["OP_CLOSE"] = 0] = "OP_CLOSE";
ConfigRemoteUnlock[ConfigRemoteUnlock["OP_OPEN"] = 1] = "OP_OPEN";
})(ConfigRemoteUnlock = exports.ConfigRemoteUnlock || (exports.ConfigRemoteUnlock = {}));