UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

7 lines 270 B
import { Labelled, DeviceId } from '../../../../common'; export declare class RefreshDeviceCommand implements Labelled { readonly deviceId: DeviceId; label: () => string; constructor(deviceId: DeviceId); } //# sourceMappingURL=refresh-device.command.d.ts.map