Compare commits

...

1 Commits

Author SHA1 Message Date
Christoffer
4511c7dcd8 MSA-1531: 101616 2016-10-16 20:43:49 -05:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -682,4 +682,4 @@ private Boolean hasAllHubsOver(String desiredFirmware) {
private List getRealHubFirmwareVersions() {
return location.hubs*.firmwareVersionString.findAll { it }
}
}