陈嘉乐
2020-06-22 9d15f7a2c309cb859d5ed0f61e4eb2cac57e3507
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;
                }