UNPKG

shelly-sdk

Version:

Shelly SDK for Node.js with Types definition

9 lines 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Source = void 0; var Source; (function (Source) { Source["CLOUD"] = "cloud"; Source["LOCAL"] = "local"; })(Source = exports.Source || (exports.Source = {})); //# sourceMappingURL=source.js.map