@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
11 lines • 365 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeviceUpdatedEvent = void 0;
class DeviceUpdatedEvent {
constructor(device) {
this.device = device;
this.label = () => `Device ${this.device.id} updated`;
}
}
exports.DeviceUpdatedEvent = DeviceUpdatedEvent;
//# sourceMappingURL=device-updated.event.js.map