Fix saturation max value

This commit is contained in:
madmod
2015-06-27 01:37:16 -06:00
parent 9814ff5525
commit d0b780f623

View File

@@ -225,6 +225,7 @@ PhilipsHueAccessory.prototype = {
manfDescription: "Adjust Saturation of Light",
designedMinValue: 0,
designedMaxValue: 100,
designedMaxValue: 255,
designedMinStep: 1,
unit: "%"
}