Change NeoPool using temperature as only frequently changing value for NPTeleperiod (#21628)

This commit is contained in:
Norbert Richter 2024-06-14 10:14:13 +02:00 committed by GitHub
parent fe31d84ac6
commit 95f6032d86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View File

@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
### Changed
- SerialBridge command ``SSerialSend9`` replaced by ``SSerialMode``
- NeoPool using temperature as only frequently changing value for NPTeleperiod
### Fixed

View File

@ -632,15 +632,15 @@ const uint16_t NeoPoolRegCheck[] PROGMEM = {
// MBF_CELL_RUNTIME_POL_CHANGES_HIGH,
// measured values delayed (set bit 15 to indicate often value changes)
MBF_ION_CURRENT | 0x8000,
MBF_MEASURE_CL | 0x8000,
MBF_MEASURE_CONDUCTIVITY | 0x8000,
MBF_MEASURE_PH | 0x8000,
MBF_MEASURE_RX | 0x8000,
MBF_MEASURE_TEMPERATURE | 0x8000,
MBF_HIDRO_CURRENT | 0x8000,
// undelayed measured values
MBF_MEASURE_CL,
MBF_MEASURE_CONDUCTIVITY,
MBF_MEASURE_PH,
MBF_MEASURE_RX,
MBF_ION_CURRENT,
MBF_HIDRO_CURRENT,
MBF_HIDRO_STATUS,
MBF_PH_STATUS,
MBF_RELAY_STATE,