UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

11 lines 373 B
"use strict"; 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