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