Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sitemap ecobee label="Home"
- {
- Frame label="Thermostat" {
- Text item=actualTemperature
- Text item=actualHumidity
- Switch item=hvacMode label="HVAC Mode" mappings=[heat=Heat,cool=Cool,auto=Auto,off=Off]
- Setpoint item=desiredTemp label="Temp [%.1f °F]" minValue=50 maxValue=80 step=1 visibility=[hvacMode==heat,hvacMode==cool]
- Setpoint item=desiredHeat label="Heat [%.1f °F]" minValue=50 maxValue=80 step=1 visibility=[hvacMode==auto]
- Setpoint item=desiredCool label="Cool [%.1f °F]" minValue=50 maxValue=80 step=1 visibility=[hvacMode==auto]
- Switch item=desiredFan mappings=[on=On,auto=Auto] // for rule supported in 1.9
- }
- Frame label="OGE Pricing" {
- Webview item=OGEPricing url="/static/ogeprice.php" height=6
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement