Advertisement
Guest User

ThendawgSitemap

a guest
Aug 29th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1.  
  2. sitemap ecobee label="Home"
  3. {
  4. Frame label="Thermostat" {
  5. Text item=actualTemperature
  6. Text item=actualHumidity
  7. Switch item=hvacMode label="HVAC Mode" mappings=[heat=Heat,cool=Cool,auto=Auto,off=Off]
  8. Setpoint item=desiredTemp label="Temp [%.1f °F]" minValue=50 maxValue=80 step=1 visibility=[hvacMode==heat,hvacMode==cool]
  9. Setpoint item=desiredHeat label="Heat [%.1f °F]" minValue=50 maxValue=80 step=1 visibility=[hvacMode==auto]
  10. Setpoint item=desiredCool label="Cool [%.1f °F]" minValue=50 maxValue=80 step=1 visibility=[hvacMode==auto]
  11. Switch item=desiredFan mappings=[on=On,auto=Auto] // for rule supported in 1.9
  12. }
  13. Frame label="OGE Pricing" {
  14. Webview item=OGEPricing url="/static/ogeprice.php" height=6
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement