UNPKG

matterbridge-tado-hw

Version:

A Matterbridge plugin that connects Tado° V2/V3/V3+ hot water control to the Matter smart home ecosystem

11 lines 258 B
export interface Config { name: string; type: string; version: string; whiteList: string[]; blackList: string[]; pollInterval: number; debug: boolean; unregisterOnShutdown: boolean; } //# sourceMappingURL=config-types.d.ts.map