mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
// Known EMS types
|
||||
typedef enum {
|
||||
EMS_MODEL_NONE, // unset
|
||||
EMS_MODEL_ALL, // common for all devices
|
||||
EMS_MODEL_ALL, // common for all devices
|
||||
|
||||
// heatpump
|
||||
EMS_MODEL_HP,
|
||||
@@ -207,9 +207,7 @@ const _Other_Type Other_Types[] = {
|
||||
|
||||
// heatpump
|
||||
// format is PRODUCT ID, DEVICE ID, DESCRIPTION
|
||||
const _HeatPump_Type HeatPump_Types[] = {
|
||||
{252, EMS_ID_HP, "HeatPump Module"}
|
||||
};
|
||||
const _HeatPump_Type HeatPump_Types[] = {{252, EMS_ID_HP, "HeatPump Module"}};
|
||||
|
||||
/*
|
||||
* Known thermostat types and their capabilities
|
||||
|
||||
Reference in New Issue
Block a user