Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rafale77 authored Mar 16, 2017
1 parent 4129499 commit a9c58e8
Show file tree
Hide file tree
Showing 7 changed files with 1,066 additions and 937 deletions.
2 changes: 1 addition & 1 deletion src/D_Ecobee1.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@
],
"DeviceType": "urn:schemas-ecobee-com:device:Ecobee:1",
"device_type": "urn:schemas-ecobee-com:device:Ecobee:1"
}
}
14 changes: 9 additions & 5 deletions src/D_EcobeeHouse1.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@
"Left": 50,
"Width": 75,
"Height": 20
}
},
"ControlCode": "event"
},
{
"ControlGroup": "3",
Expand All @@ -237,7 +238,8 @@
"Height": 20,
"Service": "urn:ecobee-com:serviceId:Ecobee1",
"Variable": "currentEventType"
}
},
"ControlCode": "event"
},
{
"ControlGroup": "3",
Expand All @@ -253,7 +255,8 @@
"Left": 145,
"Width": 75,
"Height": 20
}
},
"ControlCode": "climate"
},
{
"ControlGroup": "3",
Expand All @@ -267,7 +270,8 @@
"Height": 20,
"Service": "urn:ecobee-com:serviceId:Ecobee1",
"Variable": "currentClimateRef"
}
},
"ControlCode": "climate"
}
]
},
Expand Down Expand Up @@ -414,4 +418,4 @@
],
"DeviceType": "urn:schemas-ecobee-com:device:EcobeeHouse:1",
"device_type": "urn:schemas-ecobee-com:device:EcobeeHouse:1"
}
}
67 changes: 63 additions & 4 deletions src/D_EcobeeHumidistat1.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"SceneGroup": [
{
"id": "1",
"top": "1.5",
"top": "0.5",
"left": "0.25",
"x": "1.5",
"y": "2"
"y": "3"
}
],
"Control": [
Expand Down Expand Up @@ -77,6 +77,20 @@
"Width": 75,
"Height": 20
}
},
{
"ControlGroup": "1",
"ControlType": "variable",
"top": "2",
"left": "0",
"Display": {
"Service": "urn:ecobee-com:serviceId:Ecobee1",
"Variable": "HumidityModeState",
"Top": 80,
"Left": 50,
"Width": 75,
"Height": 20
}
}
]
},
Expand Down Expand Up @@ -177,8 +191,53 @@
}
}
]
},
{
"id": 3,
"label": {
"lang_tag": "humidity_mode_state_changes",
"text": "Humidistat Running State Changes"
},
"serviceId": "urn:ecobee-com:serviceId:Ecobee1",
"argumentList": [
{
"id": 1,
"dataType": "string",
"defaultValue": "",
"allowedValueList": [
{
"Humidifying": "Humidifying",
"HumanFriendlyText": {
"lang_tag": "hft_hum_humidifying",
"text": "_DEVICE_NAME_ is humidifying"
}
},
{
"Dehumidifying": "Dehumidifying",
"HumanFriendlyText": {
"lang_tag": "hft_hum_dehumidifying",
"text": "_DEVICE_NAME_ is dehumidifying"
}
},
{
"Idle": "Idle",
"HumanFriendlyText": {
"lang_tag": "hft_hum_idle",
"text": "_DEVICE_NAME_ is idle"
}
}

],
"name": "HumidityModeState",
"comparisson": "=",
"prefix": {
"lang_tag": "hum_mode_state",
"text": "HumidityModeState"
},
"suffix": {}
}
]
}
],
"DeviceType": "urn:schemas-ecobee-com:device:EcobeeHumidistat:1",
"device_type": "urn:schemas-ecobee-com:device:EcobeeHumidistat:1"
"DeviceType": "urn:schemas-ecobee-com:device:EcobeeHumidistat:1"
}
Loading

0 comments on commit a9c58e8

Please sign in to comment.