mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
DHW tags/nests for all devices, remove ww prefix from mqtt
This commit is contained in:
@@ -79,9 +79,7 @@ class DeviceValue {
|
||||
enum DeviceValueTAG : uint8_t {
|
||||
TAG_NONE = 0, // wild card
|
||||
TAG_HEARTBEAT,
|
||||
TAG_BOILER_DATA_WW,
|
||||
TAG_DEVICE_DATA,
|
||||
TAG_DEVICE_DATA_WW,
|
||||
TAG_HC1,
|
||||
TAG_HC2,
|
||||
TAG_HC3,
|
||||
@@ -90,16 +88,16 @@ class DeviceValue {
|
||||
TAG_HC6,
|
||||
TAG_HC7,
|
||||
TAG_HC8,
|
||||
TAG_WWC1,
|
||||
TAG_WWC2,
|
||||
TAG_WWC3,
|
||||
TAG_WWC4,
|
||||
TAG_WWC5,
|
||||
TAG_WWC6,
|
||||
TAG_WWC7,
|
||||
TAG_WWC8,
|
||||
TAG_WWC9,
|
||||
TAG_WWC10,
|
||||
TAG_DHW1,
|
||||
TAG_DHW2,
|
||||
TAG_DHW3,
|
||||
TAG_DHW4,
|
||||
TAG_DHW5,
|
||||
TAG_DHW6,
|
||||
TAG_DHW7,
|
||||
TAG_DHW8,
|
||||
TAG_DHW9,
|
||||
TAG_DHW10,
|
||||
TAG_AHS1,
|
||||
TAG_HS1,
|
||||
TAG_HS2,
|
||||
|
||||
Reference in New Issue
Block a user