wxr
2020-04-14 06696e6f225733a60b03eea4a7c6374053d92c1d
HDL_ON/DAL/Net/CommonPage.cs
@@ -106,7 +106,7 @@
                        {
                            if (function.GetBusId() == subnetID + "_" + deviceID + "_" + receiveBytes[0])
                            {
                                if (function.functionCategory == FunctionCategory.Light)
                                if (function.functionCategory == FunctionCategory.Light&& function.functionType != FunctionType.RGB)
                                {
                                    var light = function as Light;
                                    //if (receiveBytes[2] == 0 && light.on_off == "off")
@@ -155,7 +155,6 @@
                                if (rgb.functionType == FunctionType.RGB)
                                {
                                    rgb.on_off = receiveBytes[1] > 0 ? "on" : "off";
                                    MainPage.Log($"Logic ACK {receiveBytes[1]}");
                                    if (receiveBytes[1] >0)
                                    {
                                        rgb.brightness = receiveBytes[1];