@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
11 lines • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChannelConfigReceivedEvent = void 0;
class ChannelConfigReceivedEvent {
constructor(name, config) {
this.name = name;
this.config = config;
}
}
exports.ChannelConfigReceivedEvent = ChannelConfigReceivedEvent;
//# sourceMappingURL=channel-config-received.event.js.map