wxr
2020-07-06 23c075a9c27946773feccf05abc90489a6bf5203
HDL_ON/DriverLayer/Control.cs
@@ -292,6 +292,11 @@
                                        break;
                                }
                                break;
                            case FunctionCategory.Sensor:
                                var sensor = function as Sensor;
                                ControlBytesSend(Command.ReadDeviceLoopInfo, subnetId, deviceId, new byte[] { (byte)5,
                                            (byte)((int)sensor.functionType % 256), sensor.bus_Data.LoopID });
                                break;
                        }
                        break;
                }