@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
8 lines • 363 B
TypeScript
import { GoveeApiError, GoveeCommunityApiError } from './govee-api.error';
export declare class GoveeApiAuthenticationError extends GoveeApiError {
constructor(message?: string);
}
export declare class GoveeCommunityApiAuthenticationError extends GoveeCommunityApiError {
constructor(message?: string);
}
//# sourceMappingURL=govee-api-auth.error.d.ts.map