mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-07 21:21:38 +02:00
0.8.51
* added history protection mask * merge PR: display graph improvements #1347
This commit is contained in:
parent
f2c432a5cd
commit
ed3e93274e
5 changed files with 8 additions and 5 deletions
|
@ -842,6 +842,8 @@ class RestApi {
|
|||
iv->powerLimit[1] = AbsolutNonPersistent;
|
||||
|
||||
accepted = iv->setDevControlRequest(ActivePowerContr);
|
||||
if(accepted)
|
||||
mApp->triggerTickSend();
|
||||
} else if(F("dev") == jsonIn[F("cmd")]) {
|
||||
DPRINTLN(DBG_INFO, F("dev cmd"));
|
||||
iv->setDevCommand(jsonIn[F("val")].as<int>());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue