node-red-contrib-home-assistant-websocket
Version:
Node-RED integration with Home Assistant through websocket and REST API
11 lines (10 loc) • 347 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.OutputType = void 0;
var OutputType;
(function (OutputType) {
OutputType["Array"] = "array";
OutputType["Count"] = "count";
OutputType["Random"] = "random";
OutputType["Split"] = "split";
})(OutputType || (exports.OutputType = OutputType = {}));
;