UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

11 lines 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConfigureIoTChannelCommand = void 0; class ConfigureIoTChannelCommand { constructor(config) { this.config = config; this.label = 'Configure IoT Channel'; } } exports.ConfigureIoTChannelCommand = ConfigureIoTChannelCommand; //# sourceMappingURL=configure-iot-channel.command.js.map