UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

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