mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 15:36:38 +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
|
@ -805,7 +805,7 @@ class Inverter {
|
|||
bool mDevControlRequest; // true if change needed
|
||||
uint8_t mGridLen = 0;
|
||||
uint8_t mGridProfile[MAX_GRID_LENGTH];
|
||||
uint8_t mGetLossInterval; // request iv every AHOY_GET_LOSS_INTERVAL RealTimeRunData_Debug
|
||||
uint8_t mGetLossInterval; // request iv every AHOY_GET_LOSS_INTERVAL RealTimeRunData_Debug
|
||||
};
|
||||
|
||||
template <class REC_TYP>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue