UNPKG

node-red-contrib-home-assistant-websocket

Version:
9 lines (8 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeviceType = void 0; var DeviceType; (function (DeviceType) { DeviceType["Action"] = "action"; DeviceType["Trigger"] = "trigger"; })(DeviceType || (exports.DeviceType = DeviceType = {}));