Workaround for better Domoticz MQTT intergration? #904

This commit is contained in:
proddy
2023-02-11 23:26:15 +01:00
parent ba96d587ab
commit 12b4bd3795
19 changed files with 87 additions and 39 deletions

View File

@@ -45,4 +45,5 @@ export interface MqttSettings {
publish_single: boolean;
publish_single2cmd: boolean;
discovery_prefix: string;
discovery_type: number;
}