UNPKG

shelly-sdk

Version:

Shelly SDK for Node.js with Types definition

12 lines 427 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Type = void 0; var Type; (function (Type) { Type[Type["UNKNOWN"] = 0] = "UNKNOWN"; Type[Type["SHELLY_1"] = 1] = "SHELLY_1"; Type[Type["SHELLY_1PM"] = 2] = "SHELLY_1PM"; Type[Type["SHELLY_PLUG"] = 3] = "SHELLY_PLUG"; Type["SHSW1"] = "SHSW-1"; })(Type = exports.Type || (exports.Type = {})); //# sourceMappingURL=type.js.map