michielpost / Q42.HueApi

C# helper library to talk to the Philips Hue bridge
MIT License
411 stars 114 forks source link

"parameter, sensitivitymax, is not modifiable" #92

Closed niels9001 closed 7 years ago

niels9001 commented 7 years ago

'sensitivitymax' parameter should be ignored if the motion sensor gets updated.

Workaround for now:

selectedSensor.Config.SensitivityMax = null;

michielpost commented 7 years ago

Fixed in version 2.3.8