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