UNPKG

matterbridge-roborock-vacuum-plugin

Version:
8 lines 568 B
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