Compare commits

..

1 Commits

Author SHA1 Message Date
Madhan Samy
bd84597ad1 MSA-1650: Nest integration 2016-12-11 07:03:37 -08:00
2 changed files with 11060 additions and 1 deletions

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"
}
}

File diff suppressed because it is too large Load Diff