UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

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