mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
0.7.17
* 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:
parent
aaf685f465
commit
812adce64e
9 changed files with 28 additions and 22 deletions
|
@ -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};
|
||||
|
||||
//-------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue