remove erroneous Battery* members
This commit is contained in:
parent
f5287f7ced
commit
cc554c1964
|
@ -79,9 +79,6 @@ public partial class AcDcRecord
|
||||||
[InputRegister(5232)] internal readonly Double ReactivePowerL2;
|
[InputRegister(5232)] internal readonly Double ReactivePowerL2;
|
||||||
[InputRegister(5233)] internal readonly Double ReactivePowerL3;
|
[InputRegister(5233)] internal readonly Double ReactivePowerL3;
|
||||||
|
|
||||||
[InputRegister(5100, Scale = .01)] internal readonly Double BatteryVoltage;
|
|
||||||
[InputRegister(5110)] internal readonly Double BatteryCurrent;
|
|
||||||
|
|
||||||
[InputRegister(5150, Scale = .01)] internal readonly Double GridCurrentL1;
|
[InputRegister(5150, Scale = .01)] internal readonly Double GridCurrentL1;
|
||||||
[InputRegister(5151, Scale = .01)] internal readonly Double GridCurrentL2;
|
[InputRegister(5151, Scale = .01)] internal readonly Double GridCurrentL2;
|
||||||
[InputRegister(5152, Scale = .01)] internal readonly Double GridCurrentL3;
|
[InputRegister(5152, Scale = .01)] internal readonly Double GridCurrentL3;
|
||||||
|
|
Loading…
Reference in New Issue