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
This module is used to control ZWave devices via FHEM, see www.z-wave.com on details for this device
+ href="http://www.z-wave.com">www.z-wave.com for details for this device
family. This module is a client of the ZWDongle
module, which is directly attached to the controller via USB or TCP/IP. To
use the SECURITY features, the Crypt-Rijndael perl module is needed.
@@ -4992,8 +4992,8 @@ s2Hex($)
Note: the sets/gets/generated events of a given node depend on the classes
supported by this node. If a node supports 3 classes, then the union of
these sets/gets/events will be available for this node.
- Commands for battery operated nodes will be queues internally, and sent when
- the node sends a message. Answer to get commands appear then as events, the
+ Commands for battery operated nodes will be queued internally, and sent when
+ the node sends a message. Answers to get commands appear then as events, the
corresponding readings will be updated.
@@ -5005,14 +5005,14 @@ s2Hex($)
- devices with on/off functionality support the set extensions.
- - A set command does not automatically updates the correspondig reading,
+
- A set command does not automatically update the corresponding reading,
you have to execute a get for this purpose. This can be automatically
done via a notify, although this is not recommended in all cases.
All
- neighborUpdate
- Requests controller to update his routing table which is based on
+ Requests controller to update its routing table which is based on
slave's neighbor list. The update may take significant time to complete.
With the event "done" or "failed" ZWDongle will notify the end of the
update process. To read node's neighbor list see neighborList get
@@ -5037,8 +5037,8 @@ s2Hex($)
Enable (on) or disable (off) the sending of unsolicited reports for
the alarm type <alarmType>. A list of supported alarm types of the
device can be obtained with the alarmTypeSupported command. The
- name of the alarm type is case insensitive. Sending of an unsolicted
- notification only works to associated nodes, broadcasting is not
+ name of the alarm type is case insensitive. Sending of an unsolicited
+ notification only works for associated nodes, broadcasting is not
allowed, so associations have to be set up. This command is
specified in version 2.
- Note:
@@ -5050,9 +5050,9 @@ s2Hex($)
Class ASSOCIATION
- associationAdd groupId nodeId ...
Add the specified list of nodeIds to the association group groupId.
Note:
- upon creating a fhem-device for the first time fhem will automatically add
+ upon creating a FHEM-device for the first time FHEM will automatically add
the controller to the first association group of the node corresponding to
- the fhem device, i.e it issues a "set name associationAdd 1
+ the FHEM device, i.e it issues a "set name associationAdd 1
controllerNodeId"
- associationDel groupId nodeId ...
Remove the specified list of nodeIds from the association group groupId.
@@ -5093,7 +5093,7 @@ s2Hex($)
no: switch the override off
temporary: override the current schedule only
permanent: override all schedules
- frost/energy: set override mode to frost protection or engergy saving
+ frost/energy: set override mode to frost protection or energy saving
$tempOffset: the temperature setback (offset to setpoint) in 1/10 degrees
range from -12.8 to 12.0, values will be limited to this range.
@@ -5120,7 +5120,7 @@ s2Hex($)
configWord cfgAddress 16bitValue
configLong cfgAddress 32bitValue
Send a configuration value for the parameter cfgAddress. cfgAddress and
- value is node specific.
+ value are node specific.
Note: if the model is set (see MANUFACTURER_SPECIFIC get), then more
specific config commands are available.
- configDefault cfgAddress
@@ -5160,7 +5160,7 @@ s2Hex($)
switch the indicator off
- indicatorDim value
takes values from 1 to 99.
- If the indicator does not support dimming. It is interpreted as on.
+ If the indicator does not support dimming, it is interpreted as on.
Class MANUFACTURER_PROPRIETARY
Fibaro FGR(M)-222 only:
@@ -5207,7 +5207,7 @@ s2Hex($)
- mcaDel groupId node1 node2 ... 0 node1 endPoint1 node2 endPoint2 ...
delete node or node:endpoint associations.
Special cases: just specifying the groupId will delete everything for this
- groupId. Specifying 0 for groupid will delete all associations.
+ groupId. Specifying 0 for groupId will delete all associations.
Class NETWORK_SCHEDULE (SCHEDULE), V1
@@ -5230,7 +5230,7 @@ s2Hex($)
NUM_REPORTS: number of reports to follow, must be 0.
CMD: command(s) (as hexcode sequence) that the schedule executes,
see report of scheduleSupported command for supported command
- class and mask. A list of space separated command can be
+ class and mask. A list of space separated commands can be
specified.
@@ -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($)
- IODev
- WNMI_delay
- This attribute set the time delay between the last message sent to an
+ This attribute sets the time delay between the last message sent to an
WakeUp device and the sending of the WNMI Message
(WakeUpNoMoreInformation) that will set the device to sleep mode. Value
is in seconds, subseconds my be specified. Values outside of 0.2-5.0 are
@@ -5921,7 +5920,7 @@ s2Hex($)
- dummy
- eventForRaw
Generate an an additional event for the RAW message. Can be used if
- someone fears that critical notifies wont work, if FHEM changes the event
+ someone fears that critical notifies won't work, if FHEM changes the event
text after an update.
- extendedAlarmReadings
Some devices support more than one alarm type, this attribute