UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

11 lines 415 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeviceDiscoveredEvent = void 0; class DeviceDiscoveredEvent { constructor(device) { this.device = device; this.label = () => `New ${this.device.constructor.name} Discovered: ${this.device.name}`; } } exports.DeviceDiscoveredEvent = DeviceDiscoveredEvent; //# sourceMappingURL=device-discovered.event.js.map