removed thermostat interface
parent
ea791afbfa
commit
a5b74dc4cc
|
|
@ -191,6 +191,7 @@ void IntegrationPluginTado::executeAction(ThingActionInfo *info)
|
|||
connect(info, &ThingActionInfo::aborted, [requestId, this] {m_asyncActions.remove(requestId);});
|
||||
} else if (action.actionTypeId() == zonePowerActionTypeId) {
|
||||
bool power = action.param(zonePowerActionPowerParamTypeId).value().toBool();
|
||||
thing->setStateValue(zonePowerStateTypeId, power); // the actual power set response might be slow
|
||||
QUuid requestId;
|
||||
double temperature = thing->stateValue(zoneTargetTemperatureStateTypeId).toDouble();
|
||||
if (!power) {
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"id": "1a7bb944-fb9c-490a-8a4c-794b27282292",
|
||||
"name": "zone",
|
||||
"displayName": "Zone",
|
||||
"interfaces": ["heating", "thermostat", "temperaturesensor", "connectable"],
|
||||
"interfaces": ["heating", "temperaturesensor", "humiditysensor", "connectable"],
|
||||
"createMethods": ["auto"],
|
||||
"paramTypes": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue