From 00570e0bbacc385814ffbd1c1f66971261379da1 Mon Sep 17 00:00:00 2001 From: John Zitterkopf Date: Wed, 14 Aug 2024 00:18:24 -0500 Subject: [PATCH] Doc updatev1.6.4r2 (#5) * Update CodeQL (#103) * Fix codql finding: Multiplication result converted to larger type * update workflow * Fix to memory leak on failed MQTT connections. (#105) * Fix to memory memory leak on failed MQTT connections. * Change MQTT topic name max length from 32 to 48 characters. * Update CONF:FANx:SOURCE documentation. * Add Fan Hysteresis commands (#108) * Add new commands: - CONF:FANx:HYSTeresis:PWM - CONF:FANx:HYSTeresis:PWM? - CONF:FANx:HYSTeresis:TACho - CONF:FANx:HYSTeresis:TACho? --------- Co-authored-by: John Zitterkopf * minor commands.md update to track new features Rev2 --------- Co-authored-by: Timo Kokkonen --- commands.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/commands.md b/commands.md index 4fd02bb..023981c 100644 --- a/commands.md +++ b/commands.md @@ -329,7 +329,8 @@ CPU Fan 1 ``` -#### CONFigure:FANx:HYSTeresis:TACho #### (new: release v1.6.4) +#### CONFigure:FANx:HYSTeresis:TACho +new: release v1.6.4 Set the hysteresis threshold for a given tacho fan (output) port. For example: @@ -337,7 +338,8 @@ For example: CONF:FAN1:HYST:TACHO 1.5 ``` -#### CONFigure:FANx:HYSTeresis:TACho? #### (new: release v1.6.4) +#### CONFigure:FANx:HYSTeresis:TACho? +new: release v1.6.4 Query the hysteresis threshold for a given tacho fan (output) port. For example: @@ -346,7 +348,8 @@ CONF:FAN1:HYST:TACHO? 1.500000 ``` -#### CONFigure:FANx:HYSTeresis:PWM #### (new: release v1.6.4) +#### CONFigure:FANx:HYSTeresis:PWM +new: release v1.6.4 Set the hysteresis threshold for a given tacho PWM (output) port. For example: @@ -354,7 +357,8 @@ For example: CONF:FAN1:HYST:PWM 2.0 ``` -#### CONFigure:FANx:HYSTereris:PWM? #### (new: release v1.6.4) +#### CONFigure:FANx:HYSTereris:PWM? +new: release v1.6.4 Query the hysteresis threshold for a given PWM fan (output) port. For example: @@ -2468,7 +2472,8 @@ HomeServer ``` -#### SYStem:ONEWIRE #### (new: release v1.6.4) +#### SYStem:ONEWIRE +new: release v1.6.4 Enable or disable 1-Wire Bus. This is disabled by default. Enabling 1-Wire bus allows use of 1-Wire temperature sensors. @@ -2479,7 +2484,8 @@ Example (enable 1-Wire bus): SYS:ONEWIRE ON ``` -#### SYStem:ONEWIRE? #### (new: release v1.6.4) +#### SYStem:ONEWIRE? +new: release v1.6.4 Return status whether 1-Wire bus is currently enabled or disabled. Status|Description @@ -2494,7 +2500,8 @@ OFF ``` -#### SYStem:ONEWIRE:SENSORS? #### (new: release v1.6.4) +#### SYStem:ONEWIRE:SENSORS? +new: release v1.6.4 Return list of currently active (detected at boot time) 1-Wire bus devices, and last temperature measurement results. @@ -2859,7 +2866,8 @@ SYS:VSENSORS? ``` -#### SYStem:VREFadc #### (new: release v1.6.4) +#### SYStem:VREFadc +new: release v1.6.4 Set actual (measured with a volt meter) reference voltage (Vref) for ADC. Example: @@ -2870,6 +2878,7 @@ SYS:VREFADC #### SYStem:VREFadc? +new: release v1.6.4 Display currently configured ADC voltage reference voltage. Example: