remove erroneous Battery* members

This commit is contained in:
ig 2023-06-20 09:48:44 +02:00
parent f5287f7ced
commit cc554c1964
1 changed files with 0 additions and 3 deletions

View File

@ -79,9 +79,6 @@ public partial class AcDcRecord
[InputRegister(5232)] internal readonly Double ReactivePowerL2;
[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(5151, Scale = .01)] internal readonly Double GridCurrentL2;
[InputRegister(5152, Scale = .01)] internal readonly Double GridCurrentL3;