add hpSetDiffPressure #1563

This commit is contained in:
MichaelDvP
2024-01-20 15:01:41 +01:00
parent 9260db330e
commit cd8921e78e
8 changed files with 37 additions and 6 deletions

View File

@@ -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