matterbridge-tado-hw
Version:
A Matterbridge plugin that connects Tado° V2/V3/V3+ hot water control to the Matter smart home ecosystem
9 lines • 602 B
TypeScript
import { AnsiLogger } from 'matterbridge/logger';
import { IErrorDetail } from 'ts-interface-checker';
export declare const MS = 1000;
export declare function assertIsDefined<Type>(value: Type): asserts value is NonNullable<Type>;
export declare function logError(log: AnsiLogger, when: string, err: unknown): void;
export declare function plural(count: number, noun: string | [string, string], showCount?: boolean): string;
export declare function deepMerge(...objects: object[]): object;
export declare function getValidationTree(errors: IErrorDetail[]): string[];
//# sourceMappingURL=utils.d.ts.map