Compare commits

...

3 Commits

Author SHA1 Message Date
Mihail
d244af5d6d MSA-1643: table light 2016-12-08 15:54:22 -08:00
Vinay Rao
0a82077b24 Merge pull request #1519 from SmartThingsCommunity/staging
Rolling down staging hotfix to master
2016-12-07 14:15:16 -08:00
Vinay Rao
bbad6dfa7a Merge pull request #1501 from SmartThingsCommunity/staging
Rolling down staging hotfix to master
2016-11-28 10:35:24 -08:00

View File

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