@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
14 lines • 495 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OpenAPIPublishCommand = void 0;
class OpenAPIPublishCommand {
constructor(commandId, topic, payload, debug) {
this.commandId = commandId;
this.topic = topic;
this.payload = payload;
this.debug = debug;
this.label = () => `Publishing to ${this.topic}`;
}
}
exports.OpenAPIPublishCommand = OpenAPIPublishCommand;
//# sourceMappingURL=openapi-publish.command.js.map