mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
Merge branch 'dev' of https://github.com/proddy/EMS-ESP-Boiler into txmode2
* '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:
12
src/ems.h
12
src/ems.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user