UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

11 lines 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoTSubscribeCommand = void 0; class IoTSubscribeCommand { constructor(topic) { this.topic = topic; this.label = () => `Subcribe to IoT ${this.topic}`; } } exports.IoTSubscribeCommand = IoTSubscribeCommand; //# sourceMappingURL=iot-subscribe.command.js.map