陈嘉乐
2020-07-28 af4101b1d8461331bc3163b738fc75d4bf67c85c
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;
                }