UNPKG

node-red-contrib-home-assistant-websocket

Version:
11 lines (10 loc) 347 B
"use strict"; 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 = {}));