Skip to content

Commit 7004c78

Browse files
committed
Included sitemap example
Signed-off-by: Konstantin Panchenko <kpanchen@konstantech.com>
1 parent b821ed6 commit 7004c78

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,18 @@ Number:Temperature Thermostat_Cool_Point "Cool Set Point [%.1f %unit%]" <temp
7979
Number:Temperature Thermostat_Heat_Point "Heat Set Point [%.1f %unit%]" <temperature> (gWholeHouse) {channel="icomfortwifi:zone:demoaccount:home_zone_1:HeatSetPoint"}
8080
```
8181

82+
Sitemap example:
83+
```
84+
Text item=Thermostat_Temperature
85+
Text item=Thermostat_Humudity
86+
Text item=Thermostat_Status
87+
Selection item=Thermostat_Mode mappings=[IDLE=System is idle", HEATING="System is heating", COOLING="System is cooling", WAITING="System is waiting", EMERGENCY_HEAT="System is emergency heating"]
88+
Switch item=Thermostat_Away_Mode mappings=[AWAY_ON="Away", AWAY_OFF="Not Away"]
89+
Selection item=Thermostat_Fan_Mode mappings=[AUTO="Auto", ON="On", CIRCULATE="Circulate"]
90+
Setpoint item=Thermostat_Cool_Point
91+
Setpoint item=Thermostat_Heat_Point
92+
```
93+
8294
## Foot note!
8395

8496
This binding is based on Nest binding and EVO Home binding, all the credits for original code goes to the original authors.<br />

0 commit comments

Comments
 (0)