Powerlimit is transfered immediately to inverter

This commit is contained in:
lumapu 2023-01-02 12:26:03 +01:00
parent 4a00f90e34
commit 27b3a9cd87
7 changed files with 44 additions and 18 deletions

View file

@ -534,6 +534,7 @@ class RestApi {
iv->powerLimit[1] = AbsolutNonPersistent;
iv->devControlCmd = ActivePowerContr;
iv->devControlRequest = true;
mApp->ivSendHighPrio(iv);
}
else if(F("dev") == jsonIn[F("cmd")]) {
DPRINTLN(DBG_INFO, F("dev cmd"));