mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
Fix saturation max value
This commit is contained in:
@@ -225,6 +225,7 @@ PhilipsHueAccessory.prototype = {
|
||||
manfDescription: "Adjust Saturation of Light",
|
||||
designedMinValue: 0,
|
||||
designedMaxValue: 100,
|
||||
designedMaxValue: 255,
|
||||
designedMinStep: 1,
|
||||
unit: "%"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user