@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
16 lines • 585 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeviceRefeshEvent = void 0;
class DeviceRefeshEvent {
constructor(deviceId, model, goodsType, addresses, opIdentifiers, debug) {
this.deviceId = deviceId;
this.model = model;
this.goodsType = goodsType;
this.addresses = addresses;
this.opIdentifiers = opIdentifiers;
this.debug = debug;
this.label = () => `Refreshing ${this.deviceId}`;
}
}
exports.DeviceRefeshEvent = DeviceRefeshEvent;
//# sourceMappingURL=device-refresh.event.js.map