diff --git a/JiShe.CollectBus.Protocol/StandardProtocolPlugin.cs b/JiShe.CollectBus.Protocol/StandardProtocolPlugin.cs
index 056999d..643c130 100644
--- a/JiShe.CollectBus.Protocol/StandardProtocolPlugin.cs
+++ b/JiShe.CollectBus.Protocol/StandardProtocolPlugin.cs
@@ -54,6 +54,7 @@ namespace JiShe.CollectBus.Protocol
return;
}
AnalysisData(cmdResult);
+
}
public override void Send()
@@ -518,7 +519,11 @@ namespace JiShe.CollectBus.Protocol
}, dataUnit);
}
-
+ ///
+ /// 电表抄读
+ ///
+ ///
+ ///
public void GetAmmterReading(string a,int pn)
{
var bytes = GetCommandBytes(new ReqParameter2()
@@ -538,8 +543,7 @@ namespace JiShe.CollectBus.Protocol
Fn = 129
});
}
-
-
+
///
/// 组装电表阀控
///