* 'dev' of https://github.com/proddy/EMS-ESP-Boiler:
  tidy up includes
  write to ems+ thermostats (https://github.com/proddy/EMS-ESP/issues/145)
This commit is contained in:
Susis Strolch
2019-07-31 10:44:52 +02:00
5 changed files with 158 additions and 145 deletions

View File

@@ -223,25 +223,25 @@ const _EMS_TxTelegram EMS_TX_TELEGRAM_NEW = {
typedef struct {
uint8_t product_id;
char model_string[50];
} _Boiler_Type;
} _Boiler_Device;
typedef struct {
uint8_t product_id;
uint8_t device_id;
char model_string[50];
} _SolarModule_Type;
} _SolarModule_Device;
typedef struct {
uint8_t product_id;
uint8_t device_id;
char model_string[50];
} _Other_Type;
} _Other_Device;
typedef struct {
uint8_t product_id;
uint8_t device_id;
char model_string[50];
} _HeatPump_Type;
} _HeatPump_Device;
typedef struct {
uint8_t model_id;
@@ -249,7 +249,7 @@ typedef struct {
uint8_t device_id;
char model_string[50];
bool write_supported;
} _Thermostat_Type;
} _Thermostat_Device;
// for consolidating all types
typedef struct {
@@ -257,7 +257,7 @@ typedef struct {
uint8_t device_id;
char version[10];
char model_string[50];
} _Generic_Type;
} _Generic_Device;
/*
* Telegram package defintions