mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
0.8.29
* fix MqTT generic topic `comm_disabled` #1265 #1286 * potential fix of #1285 (reset yield day) * fix fraction of yield correction #1280
This commit is contained in:
parent
5a52677cbd
commit
8b379f768e
8 changed files with 24 additions and 10 deletions
|
@ -421,7 +421,7 @@ class RestApi {
|
|||
obj[F("max_pwr")] = iv->getMaxPower();
|
||||
obj[F("ts_last_success")] = rec->ts;
|
||||
obj[F("generation")] = iv->ivGen;
|
||||
obj[F("status")] = (uint8_t)iv->status;
|
||||
obj[F("status")] = (uint8_t)iv->getStatus();
|
||||
obj[F("alarm_cnt")] = iv->alarmCnt;
|
||||
obj[F("rssi")] = iv->rssi;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue