Skip to content

Commit

Permalink
Included sitemap example
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Panchenko <[email protected]>
  • Loading branch information
kpanchen committed Feb 26, 2019
1 parent b821ed6 commit 7004c78
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,18 @@ Number:Temperature Thermostat_Cool_Point "Cool Set Point [%.1f %unit%]" <temp
Number:Temperature Thermostat_Heat_Point "Heat Set Point [%.1f %unit%]" <temperature> (gWholeHouse) {channel="icomfortwifi:zone:demoaccount:home_zone_1:HeatSetPoint"}
```

Sitemap example:
```
Text item=Thermostat_Temperature
Text item=Thermostat_Humudity
Text item=Thermostat_Status
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"]
Switch item=Thermostat_Away_Mode mappings=[AWAY_ON="Away", AWAY_OFF="Not Away"]
Selection item=Thermostat_Fan_Mode mappings=[AUTO="Auto", ON="On", CIRCULATE="Circulate"]
Setpoint item=Thermostat_Cool_Point
Setpoint item=Thermostat_Heat_Point
```

## Foot note!

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

0 comments on commit 7004c78

Please sign in to comment.