mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-12 22:17:17 +02:00
improved set limit and radio statistics
communication with HMS / HMT is fine - for HM it tries to receive on the same channel which does not work for 4-ch inverter
This commit is contained in:
parent
5b39d38d86
commit
bf772756ed
12 changed files with 144 additions and 71 deletions
|
@ -683,7 +683,7 @@ class RestApi {
|
|||
}
|
||||
else if(F("dev") == jsonIn[F("cmd")]) {
|
||||
DPRINTLN(DBG_INFO, F("dev cmd"));
|
||||
iv->enqueCommand<InfoCommand>(jsonIn[F("val")].as<int>());
|
||||
//iv->enqueCommand<InfoCommand>(jsonIn[F("val")].as<int>());
|
||||
}
|
||||
else {
|
||||
jsonOut[F("error")] = F("unknown cmd: '") + jsonIn["cmd"].as<String>() + "'";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue