UNPKG

homebridge-connect-my-pool-home-automation

Version:
16 lines 545 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChannelDevice = void 0; class ChannelDevice { constructor(config, name, _function) { this.deviceType = ChannelDevice.type; this.deviceName = name; this.deviceTypeNumber = config.channel_number; this.data = config; this.category = 8 /* SWITCH */; this.function = _function; } } exports.ChannelDevice = ChannelDevice; ChannelDevice.type = 'Channel'; //# sourceMappingURL=channelDevice.js.map