joedemax
joedemax
The issue is the "light_state" string being passed into the argument param here https://github.com/anthturner/TPLinkSmartDevices/blob/b4423be77b1273f83b1f61f2d1fd9a6d5dcba44c/TPLinkSmartDevices/Devices/TPLinkSmartBulb.cs#L46 It is totally unnecessary and infact stops the state change ever beinge executed. You need to...
I am also facing this bug. To reproduce, create a ComboBox and set it's ItemSource in code to an ObservableCollection. Then, update your collection from another thread (a timer will...
Tim, Thank you for your quick response. That worked just fine. Is there any other collection suitable for this that works similar to BindingList in WinForms where threading is automatically...