From 933ea8d2511fade9f8df2e57960804140d4190f8 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Sun, 22 Nov 2020 11:44:05 +0000
Subject: [PATCH] 10_ZWave.pm: some doc changes
git-svn-id: https://svn.fhem.de/fhem/trunk@23210 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/10_ZWave.pm | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/fhem/FHEM/10_ZWave.pm b/fhem/FHEM/10_ZWave.pm
index fe6046686..21c210174 100644
--- a/fhem/FHEM/10_ZWave.pm
+++ b/fhem/FHEM/10_ZWave.pm
@@ -6636,12 +6636,12 @@ ZWave_firmwareUpdateParse($$$)
Class THERMOSTAT_SETPOINT
setpointHeating value
set the thermostat to heat to the given value.
- The value is an integer and read as celsius.
+ The value is an integer in celsius.
See thermostatSetpointSet for a more enhanced method.
setpointCooling value
set the thermostat to cool down to the given value.
- The value is an integer and read as celsius.
+ The value is an integer in celsius.
See thermostatSetpointSet for a more enhanced method.
thermostatSetpointSet TEMP [SCALE [TYPE [PREC [SIZE]]]]
@@ -6666,15 +6666,13 @@ ZWave_firmwareUpdateParse($$$)
15=fullPower
PREC: (optional) number of decimals to be used, [1-7], defaults
- to 1
- SIZE: (optional) number of bytes used, [1, 2, 4], defaults to 2
- Note: optional parameters can be ommitted and are used with there
- default values. If you need or want to specify an optional
- parameter, ALL parameters in front of this parameter need
- to be also specified!
+
+ Note: optional parameters can be ommitted. To specify an optional
+ parameter, ALL parameters in front of this parameter need
+ to be also specified!
Note: the number of decimals (defined by PREC) and the number of
bytes (defined by SIZE) used for the setpoint influence the usable
- range for the temperature. Some device do not support all possible
+ range for the temperature. Some devices do not support all possible
values/combinations for PREC/SIZE.
1 byte: 0 decimals [-128, 127], 1 decimal [-12.8, 12.7], ...