Add ThermostatAccessory

This commit is contained in:
2025-03-03 14:38:41 +01:00
parent 2620420ed5
commit 99bd9361cd
3 changed files with 228 additions and 5 deletions
+5
View File
@@ -59,6 +59,11 @@ export class httpServer {
}
}
if (type == "Toon") {
type = "Thermostat"
}
var foundAccessory
for (const accessory of this.platform.accessories) {