@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
11 lines • 373 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RestChannelChangedEvent = void 0;
class RestChannelChangedEvent {
constructor(config) {
this.config = config;
this.label = 'Rest Channel Changed';
}
}
exports.RestChannelChangedEvent = RestChannelChangedEvent;
//# sourceMappingURL=rest-channel-changed.event.js.map