UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

11 lines 437 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeviceConfigReceivedEvent = void 0; class DeviceConfigReceivedEvent { constructor(deviceConfig) { this.deviceConfig = deviceConfig; this.label = () => `Device Config Received For ${this.deviceConfig.id}`; } } exports.DeviceConfigReceivedEvent = DeviceConfigReceivedEvent; //# sourceMappingURL=device-config-received.event.js.map