matterbridge-roborock-vacuum-plugin
Version:
Matterbridge Roborock Vacuum Plugin
8 lines • 568 B
JavaScript
export var AuthenticateResponseCode;
(function (AuthenticateResponseCode) {
AuthenticateResponseCode[AuthenticateResponseCode["Success"] = 200] = "Success";
AuthenticateResponseCode[AuthenticateResponseCode["AccountNotFound"] = 2008] = "AccountNotFound";
AuthenticateResponseCode[AuthenticateResponseCode["InvalidCode"] = 2018] = "InvalidCode";
AuthenticateResponseCode[AuthenticateResponseCode["RateLimited"] = 9002] = "RateLimited";
})(AuthenticateResponseCode || (AuthenticateResponseCode = {}));
//# sourceMappingURL=authenticateResponseCode.js.map