Skip to content

Commit

Permalink
Fixed night icons
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeportesppo authored Nov 5, 2017
1 parent 44c2242 commit 0579ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AirMentorDTH.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def parse(description) {
events << createEvent(name: "UGWdewpointlevel", value: convertTemperature(UGW_DewPoint_float.toFloat(),temperatureScale), unit: temperatureScale)
events << createEvent(name: "UGWhumiditylevel", value: UGW_Humidity_float.toString())
events << createEvent(name: "UGWtemperaturecallevel", value: convertTemperature(UGW_Temp_float.toFloat(),temperatureScale), unit: temperatureScale)
events << createEvent(name: "UGW_Icon_UrlIcon", value: UGW_Icon_Url.toString())
events << createEvent(name: "UGW_Icon_UrlIcon", value: UGW_Icon_Nt.toString()+UGW_Icon_Url.toString())



Expand Down Expand Up @@ -503,4 +503,4 @@ def refresh() {
}




0 comments on commit 0579ad3

Please sign in to comment.