Changeset 75


Ignore:
Timestamp:
2017-02-23 08:35:17 (8 years ago)
Author:
sorin
Message:

-VUI-13923
Heat / cool setpoint controls should be disabled appropriately based on thermostat operations mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/D_VeraConnectWWNThermostat1.json ΒΆ

    r74 r75  
    364364            "Conditions": [ 
    365365                { 
     366                    "Trigger": { 
     367                        "Operands": [ 
     368                            { 
     369                                "Service": "urn:upnp-org:serviceId:HVAC_UserOperatingMode1", 
     370                                "Variable": "ModeStatus", 
     371                                "Value": { 
     372                                    "Equals": "Off" 
     373                                } 
     374                            } 
     375                        ] 
     376                    }, 
     377                    "Action": "disable", 
     378                    "Target": "thermo_set_heat" 
     379                }, 
     380                                { 
     381                    "Trigger": { 
     382                        "Operands": [ 
     383                            { 
     384                                "Service": "urn:upnp-org:serviceId:HVAC_UserOperatingMode1", 
     385                                "Variable": "ModeStatus", 
     386                                "Value": { 
     387                                    "Equals": "Off" 
     388                                } 
     389                            } 
     390                        ] 
     391                    }, 
     392                    "Action": "disable", 
     393                    "Target": "thermo_set_cool" 
     394                }, 
     395                                { 
    366396                    "Trigger": { 
    367397                        "Operands": [ 
Note: See TracChangeset for help on using the changeset viewer.