UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

7 lines 248 B
import { Labelled } from '../../../../common'; export declare class IoTSubscribeCommand implements Labelled { readonly topic: string; label: () => string; constructor(topic: string); } //# sourceMappingURL=iot-subscribe.command.d.ts.map