Add ThermostatAccessory
This commit is contained in:
@@ -59,6 +59,11 @@ export class httpServer {
|
||||
}
|
||||
}
|
||||
|
||||
if (type == "Toon") {
|
||||
type = "Thermostat"
|
||||
}
|
||||
|
||||
|
||||
var foundAccessory
|
||||
|
||||
for (const accessory of this.platform.accessories) {
|
||||
|
||||
Reference in New Issue
Block a user