mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
rename topics
This commit is contained in:
@@ -223,7 +223,7 @@ class EMSdevice {
|
||||
DALLASSENSOR, // for internal dallas sensors
|
||||
BOILER,
|
||||
THERMOSTAT,
|
||||
MIXING,
|
||||
MIXER,
|
||||
SOLAR,
|
||||
HEATPUMP,
|
||||
GATEWAY,
|
||||
@@ -250,7 +250,7 @@ class EMSdevice {
|
||||
static constexpr uint8_t EMS_DEVICE_FLAG_SM100 = 2;
|
||||
static constexpr uint8_t EMS_DEVICE_FLAG_ISM = 3;
|
||||
|
||||
// Mixing Module
|
||||
// Mixer Module
|
||||
static constexpr uint8_t EMS_DEVICE_FLAG_MMPLUS = 1;
|
||||
static constexpr uint8_t EMS_DEVICE_FLAG_MM10 = 2;
|
||||
static constexpr uint8_t EMS_DEVICE_FLAG_IPM = 3;
|
||||
|
||||
Reference in New Issue
Block a user