@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
9 lines • 384 B
TypeScript
import { ClientId, Labelled, Password, Username } from '../../../common';
export declare class AuthenticateCommand implements Labelled {
readonly username: Username;
readonly password: Password;
readonly clientId: ClientId;
label: string;
constructor(username: Username, password: Password, clientId: ClientId);
}
//# sourceMappingURL=authenticate.command.d.ts.map