UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

12 lines 590 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OpenAPIChannelConfigReceivedEvent = void 0; const channel_config_received_event_1 = require("../../channel-config-received.event"); class OpenAPIChannelConfigReceivedEvent extends channel_config_received_event_1.ChannelConfigReceivedEvent { constructor(config) { super('openapi', config); this.label = 'IoT Channel Config Received'; } } exports.OpenAPIChannelConfigReceivedEvent = OpenAPIChannelConfigReceivedEvent; //# sourceMappingURL=openapi-channel-config-received.event.js.map