Implement CurrentLimiter and spare power mode

This commit is contained in:
2023-02-19 09:38:18 +01:00
parent 5277c3518f
commit d079d81230
8 changed files with 375 additions and 331 deletions

View File

@@ -5,6 +5,8 @@
string HostAddress { get; set; }
int Port { get; set; }
(double I1, double I2, double I3) GetCurrents();
void SetLoadingCurrent(double value);
}
}