diff --git a/fhem/FHEM/10_ZWave.pm b/fhem/FHEM/10_ZWave.pm index 6ca49e38d..3b8c30765 100755 --- a/fhem/FHEM/10_ZWave.pm +++ b/fhem/FHEM/10_ZWave.pm @@ -4962,7 +4962,7 @@ s2Hex($)

ZWave

@@ -5412,12 +5412,12 @@ s2Hex($)

Class THERMOSTAT_SETPOINT
  • setpointHeating value
    set the thermostat to heat to the given value. - The value is a whole number and read as celsius.
    + The value is an integer and read as celsius.
    See thermostatSetpointSet for a more enhanced method.
  • setpointCooling value
    - set the thermostat to heat to the given value. - The value is a whole number and read as celsius.
    + set the thermostat to cool down to the given value. + The value is an integer and read as celsius.
    See thermostatSetpointSet for a more enhanced method.
  • thermostatSetpointSet TEMP [SCALE [TYPE [PREC [SIZE]]]]
    @@ -5444,7 +5444,7 @@ s2Hex($) 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: optinal parameters can be ommitted and are used with there + 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!
    @@ -5462,7 +5462,6 @@ s2Hex($)
  • desired-temp value
    same as thermostatSetpoint, used to make life easier for helper-modules - like


  • Class TIME, V2 @@ -5564,7 +5563,7 @@ s2Hex($)

    Class BASIC
  • basicStatus
    return the status of the node as basicReport:XY. The value (XY) depends on - the node, e.g a SWITCH_BINARY device report 00 for off and FF (255) for on. + the node, e.g. a SWITCH_BINARY device reports 00 for off and FF (255) for on. Devices with version 2 (or greater) can return two additional values, the 'target value' and 'duration'. The 'duration' is reported in seconds, as "unknown duration" (value 0xFE = 253) or as "255 (reserved value)" @@ -5621,7 +5620,7 @@ s2Hex($)

    Class HRV_STATUS
  • hrvStatus
    - report the current status (temperature, etc) + report the current status (temperature, etc.)
  • hrvStatusSupported
    report the supported status fields as a bitfield. @@ -5676,7 +5675,7 @@ s2Hex($)
  • mcCapability chid
    return the classes supported by the endpoint/channel chid. If the channel - does not exists, create a FHEM node for it. Example:
    + does not exist, create a FHEM node for it. Example:
    mcCapability_02:SWITCH_BINARY
    Note: This is the best way to create the secondary nodes of a MULTI_CHANNEL device. The device is only created for channel 2 or greater. @@ -5906,7 +5905,7 @@ s2Hex($)