Compare commits

..

1 Commits

Author SHA1 Message Date
Vinay Rao
083ed7cc9a Merge pull request #1518 from SmartThingsCommunity/staging
Rolling up staging to prod for deploy
2016-12-07 12:41:33 -08:00

View File

@@ -1786,4 +1786,5 @@ def hsvToHex(hue, sat, value = 100){
def b1 = String.format("%02X", (int) (b * 255.0f))
return "#$r1$g1$b1"
}
}