From 1926cd4a46c37521e3c61048b54e01490e398079 Mon Sep 17 00:00:00 2001 From: Norbert Richter Date: Wed, 14 Aug 2024 17:39:22 +0200 Subject: [PATCH] Fix NeoPool commands --- docs/Commands.md | 4 ++-- docs/NeoPool.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Commands.md b/docs/Commands.md index cdf53b1c4d..7109e5dad2 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -1026,8 +1026,8 @@ NPResult|``
Set addr/data result fo NPPHRes|``
Set number of decimal places in results for PH value (resolution = `0..3`). NPCLRes|``
Set number of decimal places in results for CL value (resolution = `0..3`). NPIONRes|``
Set number of decimal places in results for ION value (resolution = `0..3`). -NPSetOption0Sensor data min/max validation and correction (ESP32 only)
`0` = disable correction
`1` = enable correction *(default)*. -NPSetOption1NeoPool Modbus connection statistics (ESP32 only)
`0` = disable statistics
`1` = disable statistics *(default)*. +NPSetOption0|Sensor data min/max validation and correction (ESP32 only)
`0` = disable correction
`1` = enable correction *(default)*. +NPSetOption1|NeoPool Modbus connection statistics (ESP32 only)
`0` = disable statistics
`1` = disable statistics *(default)*. NPRead|`( )`
Read device 16-bit register (addr = `0..0x060F`, cnt = `1..30`). `` = `1` if omitted NPReadL|`( )`
Read device 32-bit register (addr = `0..0x060F`, cnt = `1..15`). `` = `1` if omitted NPWrite|` ( ...)`
Write device 16-bit register (addr = `0..0x060F`, data = `0..0xFFFF`). Use of `` max 10 times diff --git a/docs/NeoPool.md b/docs/NeoPool.md index 7dc9399013..193d65c979 100644 --- a/docs/NeoPool.md +++ b/docs/NeoPool.md @@ -377,8 +377,8 @@ NPResult|``
Set addr/data result format for read NPPHRes|``
Set number of decimal places in results for PH value (resolution = `0..3`). NPCLRes|``
Set number of decimal places in results for CL value (resolution = `0..3`). NPIONRes|``
Set number of decimal places in results for ION value (resolution = `0..3`). -NPSetOption0Sensor data min/max validation and correction function (ESP32 only)
`0` = disable correction
`1` = enable correction *(default)* -NPSetOption1NeoPool Modbus connection statistics (ESP32 only)
`0` = disable statistics
`1` = disable statistics *(default)* +NPSetOption0|Sensor data min/max validation and correction function (ESP32 only)
`0` = disable correction
`1` = enable correction *(default)* +NPSetOption1|NeoPool Modbus connection statistics (ESP32 only)
`0` = disable statistics
`1` = disable statistics *(default)* NPRead|`( )`
Read device 16-bit register (addr = `0..0x060F`, cnt = `1..30`). `` = `1` if omitted NPReadL|`( )`
Read device 32-bit register (addr = `0..0x060F`, cnt = `1..15`). `` = `1` if omitted NPWrite|` ( ...)`
Write device 16-bit register (addr = `0..0x060F`, data = `0..0xFFFF`). Use of `` max 10 times