@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
9 lines • 402 B
TypeScript
import { DeviceId, Labelled } from '../../../../common';
import { GoveeDeviceStatus } from '../../../../data';
export declare class UpdateDeviceStatusCommand implements Labelled {
readonly deviceId: DeviceId;
readonly status: GoveeDeviceStatus;
label: () => string;
constructor(deviceId: DeviceId, status: GoveeDeviceStatus);
}
//# sourceMappingURL=update-device-status.command.d.ts.map