matterbridge-tado-hw
Version:
A Matterbridge plugin that connects Tado° V2/V3/V3+ hot water control to the Matter smart home ecosystem
20 lines • 558 B
JavaScript
/**
* This module was automatically generated by `ts-interface-builder`
*/
import * as t from "ts-interface-checker";
// tslint:disable:object-literal-key-quotes
export const Config = t.iface([], {
"name": "string",
"type": "string",
"version": "string",
"whiteList": t.array("string"),
"blackList": t.array("string"),
"pollInterval": "number",
"debug": "boolean",
"unregisterOnShutdown": "boolean",
});
const exportedTypeSuite = {
Config,
};
export default exportedTypeSuite;
//# sourceMappingURL=config-types-ti.js.map