anthturner / TPLinkSmartDevices

C# Library for Discovering and Operating TP-Link Smart Devices (HS100/105/110, LB100/110/120/130)
Apache License 2.0
40 stars 18 forks source link

I'm getting an error when trying to change the HSV for a smart bulb #1

Closed expectedresult closed 6 years ago

expectedresult commented 6 years ago

When I try and change the HSV for my smart bulb (TP Link LB130) I get the following error:

Message: System.NotSupportedException : Bulb does not support color changes.

When I scan and discover the device and look at the HSV it gives me the info below:

'((TPLinkSmartDevices.Devices.TPLinkSmartBulb)(new System.Collections.Generic.Mscorlib_CollectionDebugView(discoveredDevices).Items[0])).HSV' threw an exception of type 'System.NotSupportedException'

Is there any reason that the LB130 is coming up as not support colour changes?