mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-01 02:01:38 +02:00
Powerlimit is transfered immediately to inverter
This commit is contained in:
parent
4a00f90e34
commit
27b3a9cd87
7 changed files with 44 additions and 18 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue