diff --git a/libnymea/interfaces/thermostat.json b/libnymea/interfaces/thermostat.json index ae9dce1d..4a0d5466 100644 --- a/libnymea/interfaces/thermostat.json +++ b/libnymea/interfaces/thermostat.json @@ -24,6 +24,11 @@ "name": "coolingOn", "type": "bool", "optional": true + }, + { + "name": "boost", + "type": "bool", + "optional": true } ] }