* fix display of sunrise and sunset in `/system` #1308
* fix MqTT set power limit #1313
This commit is contained in:
lumapu 2024-01-02 14:43:33 +01:00
parent 40097aba18
commit 3dd4997094
6 changed files with 17 additions and 11 deletions

View file

@ -397,7 +397,7 @@ class Communication : public CommQueue<> {
DBGPRINT(F("has "));
if(!accepted) DBGPRINT(F("not "));
DBGPRINT(F("accepted power limit set point "));
DBGPRINT(String(q->iv->powerLimit[0]/10));
DBGPRINT(String((float)q->iv->powerLimit[0]/10.0));
DBGPRINT(F(" with PowerLimitControl "));
DBGPRINTLN(String(q->iv->powerLimit[1]));
q->iv->actPowerLimit = 0xffff; // unknown, readback current value