mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 15:36:38 +02:00
0.8.75
* fix active power control value #1406, #1409 * update Mqtt lib to version `1.6.0` * take care of null terminator of chars #1410, #1411
This commit is contained in:
parent
1f0b15c5be
commit
90d4df4b91
7 changed files with 55 additions and 50 deletions
|
@ -120,7 +120,7 @@ class Inverter {
|
|||
uint8_t type = INV_TYPE_1CH; // integer which refers to inverter type
|
||||
uint16_t alarmMesIndex = 0; // Last recorded Alarm Message Index
|
||||
uint16_t powerLimit[2] = {0xffff, AbsolutNonPersistent}; // limit power output (multiplied by 10)
|
||||
float actPowerLimit = -1; // actual power limit
|
||||
uint16_t actPowerLimit = 0xffff; // actual power limit
|
||||
bool powerLimitAck = false; // acknowledged power limit
|
||||
uint8_t devControlCmd = InitDataState; // carries the requested cmd
|
||||
serial_u radioId; // id converted to modbus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue