mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
Fix filtration state
This commit is contained in:
parent
97da53193c
commit
ecd425573c
@ -2050,7 +2050,7 @@ void CmndNeopoolFiltration(void)
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (NEOPOOL_MODBUS_OK != NeoPoolReadRegister(MBF_PAR_FILT_MANUAL_STATE, &data, 1)) {
|
||||
if (NEOPOOL_MODBUS_OK != NeoPoolReadRegister(MBF_PAR_FILTRATION_STATE, &data, 1)) {
|
||||
NeopoolResponseError();
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user