UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

7 lines 278 B
import { Credentials, Labelled } from '../../../common'; export declare class SetCredentialsCommand implements Labelled { readonly credentials: Credentials; label: string; constructor(credentials: Credentials); } //# sourceMappingURL=set-credentials.command.d.ts.map