* next attempt to fix total yield day for multiple inverters #1016
* added two more states for the inverter status (also docu)
This commit is contained in:
lumapu 2023-07-25 22:18:33 +02:00
parent aaf685f465
commit 812adce64e
9 changed files with 28 additions and 22 deletions

View file

@ -13,7 +13,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 7
#define VERSION_PATCH 16
#define VERSION_PATCH 17
//-------------------------------------
typedef struct {
@ -74,10 +74,6 @@ union serial_u {
#define MIN_MQTT_INTERVAL 60
#define MQTT_STATUS_NOT_AVAIL_NOT_PROD 0
#define MQTT_STATUS_AVAIL_NOT_PROD 1
#define MQTT_STATUS_AVAIL_PROD 2
enum {MQTT_STATUS_OFFLINE = 0, MQTT_STATUS_PARTIAL, MQTT_STATUS_ONLINE};
//-------------------------------------