mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-04-02 06:13:07 +01:00
MSA-1531: 101616
This commit is contained in:
@@ -1765,4 +1765,4 @@ def hsvToHex(hue, sat, value = 100){
|
|||||||
def b1 = String.format("%02X", (int) (b * 255.0f))
|
def b1 = String.format("%02X", (int) (b * 255.0f))
|
||||||
|
|
||||||
return "#$r1$g1$b1"
|
return "#$r1$g1$b1"
|
||||||
}
|
}
|
||||||
@@ -682,4 +682,4 @@ private Boolean hasAllHubsOver(String desiredFirmware) {
|
|||||||
|
|
||||||
private List getRealHubFirmwareVersions() {
|
private List getRealHubFirmwareVersions() {
|
||||||
return location.hubs*.firmwareVersionString.findAll { it }
|
return location.hubs*.firmwareVersionString.findAll { it }
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user