heating/cooling delays, #3096

This commit is contained in:
MichaelDvP
2026-05-25 11:11:05 +02:00
parent 6697aebc3b
commit c206f069c6
2 changed files with 17 additions and 16 deletions

View File

@@ -158,6 +158,7 @@ class DeviceValue {
enum DeviceValueNumOp : int8_t {
DV_NUMOP_NONE = 0, // default
DV_NUMOP_DIV2 = 2,
DV_NUMOP_DIV4 = 4,
DV_NUMOP_DIV10 = 10,
DV_NUMOP_DIV60 = 60,
DV_NUMOP_DIV100 = 100,