@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
10 lines • 445 B
TypeScript
import { Debuggable, Labelled } from '../../../../common';
export declare class OpenAPIPublishCommand implements Labelled, Debuggable {
readonly commandId: string;
readonly topic: string;
readonly payload: object;
readonly debug?: boolean | undefined;
label: () => string;
constructor(commandId: string, topic: string, payload: object, debug?: boolean | undefined);
}
//# sourceMappingURL=openapi-publish.command.d.ts.map