陈嘉乐
2020-06-23 8dd022404b670ccb54f1741cb02b292b87b1a201
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;
                }