@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
8 lines • 305 B
TypeScript
import { Labelled } from '../../../../common';
import { IoTData } from '../../../../data';
export declare class ConfigureIoTChannelCommand implements Labelled {
readonly config: IoTData;
label: string;
constructor(config: IoTData);
}
//# sourceMappingURL=configure-iot-channel.command.d.ts.map