@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
12 lines • 568 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IoTChannelConfigReceivedEvent = void 0;
const channel_config_received_event_1 = require("../../channel-config-received.event");
class IoTChannelConfigReceivedEvent extends channel_config_received_event_1.ChannelConfigReceivedEvent {
constructor(iotData) {
super('iot', iotData);
this.label = 'IoT Channel Config Received';
}
}
exports.IoTChannelConfigReceivedEvent = IoTChannelConfigReceivedEvent;
//# sourceMappingURL=iot-channel-config-received.event.js.map