mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
add hpSetDiffPressure #1563
This commit is contained in:
@@ -71,7 +71,8 @@ class DeviceValue {
|
||||
KMIN, // 21 - K*min
|
||||
K, // 22 - K
|
||||
VOLTS, // 23 - V
|
||||
CONNECTIVITY // 24 - used in HA
|
||||
MBAR, // 24 - mbar
|
||||
CONNECTIVITY // 25 - used in HA
|
||||
};
|
||||
|
||||
// TAG mapping - maps to DeviceValueTAG_s in emsdevice.cpp
|
||||
@@ -143,7 +144,8 @@ class DeviceValue {
|
||||
DV_NUMOP_DIV100 = 100,
|
||||
DV_NUMOP_MUL5 = -5,
|
||||
DV_NUMOP_MUL10 = -10,
|
||||
DV_NUMOP_MUL15 = -15
|
||||
DV_NUMOP_MUL15 = -15,
|
||||
DV_NUMOP_MUL50 = -50
|
||||
};
|
||||
|
||||
uint8_t device_type; // EMSdevice::DeviceType
|
||||
|
||||
Reference in New Issue
Block a user