mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-25 20:27:18 +02:00
0.8.40
* fix display of sunrise and sunset in `/system` #1308 * fix MqTT set power limit #1313
This commit is contained in:
parent
40097aba18
commit
3dd4997094
6 changed files with 17 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue