mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-03 19:49:02 +00:00
update HTML references
git-svn-id: https://svn.fhem.de/fhem/trunk@4310 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
923c454c69
commit
6b3cd6268e
@ -5540,7 +5540,7 @@ sub CUL_HM_reglUsed($) {# provide data for HMinfo
|
|||||||
to the register.<br>
|
to the register.<br>
|
||||||
<peerChannel> is required if this register is defined on a per
|
<peerChannel> is required if this register is defined on a per
|
||||||
'peerChan' base. It can be set to '0' other wise.See <a
|
'peerChan' base. It can be set to '0' other wise.See <a
|
||||||
href="CUL_HMgetRegRaw">getRegRaw</a> for full description<br>
|
href="#CUL_HMgetRegRaw">getRegRaw</a> for full description<br>
|
||||||
Supported register for a device can be explored using<br>
|
Supported register for a device can be explored using<br>
|
||||||
<ul><code>set regSet ? 0 0</code></ul>
|
<ul><code>set regSet ? 0 0</code></ul>
|
||||||
Condensed register description will be printed
|
Condensed register description will be printed
|
||||||
|
@ -1193,18 +1193,19 @@ sub HMinfo_noDup(@) {#return list with no duplicates
|
|||||||
<B>Status information and counter</B><br>
|
<B>Status information and counter</B><br>
|
||||||
HMinfo gives an overview on the CUL_HM installed base including current conditions.
|
HMinfo gives an overview on the CUL_HM installed base including current conditions.
|
||||||
Readings and counter will not be updated automatically due to performance issues. <br>
|
Readings and counter will not be updated automatically due to performance issues. <br>
|
||||||
Command <a href="#HMinfoupdate">update</a> must be used to refresh the values.
|
Command <a href="#HMinfoupdate">update</a> must be used to refresh the values.
|
||||||
<ul><code>
|
<ul><code><br>
|
||||||
set hm update<br>
|
set hm update<br>
|
||||||
</code></ul>
|
</code></ul><br>
|
||||||
Webview of HMinfo will provide details, basically counter about how
|
Webview of HMinfo will provide details, basically counter about how
|
||||||
many CUL_HM entities experience exceptional conditions. Areas provided are
|
many CUL_HM entities experience exceptional conditions. Areas provided are
|
||||||
<li>Action Detector status</li>
|
<ul>
|
||||||
<li>CUL_HM related IO devices and condition</li>
|
<li>Action Detector status</li>
|
||||||
<li>Device protocol events which are related to communication errors</li>
|
<li>CUL_HM related IO devices and condition</li>
|
||||||
<li>count of certain readings (e.g. batterie) and conditions - <a href="HMinfoattr">attribut controlled</a></li>
|
<li>Device protocol events which are related to communication errors</li>
|
||||||
<li>count of error condition in readings (e.g. overheat, motorError) - <a href="HMinfoattr">attribut controlled</a></li>
|
<li>count of certain readings (e.g. batterie) and conditions - <a href="#HMinfoattr">attribut controlled</a></li>
|
||||||
|
<li>count of error condition in readings (e.g. overheat, motorError) - <a href="#HMinfoattr">attribut controlled</a></li>
|
||||||
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
It also allows some HM wide commands such
|
It also allows some HM wide commands such
|
||||||
@ -1247,7 +1248,6 @@ sub HMinfo_noDup(@) {#return list with no duplicates
|
|||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
<a name="HMinfoset"><b>Set</b></a>
|
<a name="HMinfoset"><b>Set</b></a>
|
||||||
<ul>
|
<ul>
|
||||||
even though the commands are more a get funktion they are implemented
|
even though the commands are more a get funktion they are implemented
|
||||||
@ -1259,32 +1259,32 @@ sub HMinfo_noDup(@) {#return list with no duplicates
|
|||||||
<li><a name="#HMinfomodels">models</a><br>
|
<li><a name="#HMinfomodels">models</a><br>
|
||||||
list all HM models that are supported in FHEM
|
list all HM models that are supported in FHEM
|
||||||
</li>
|
</li>
|
||||||
<li><a name="#HMinfoparam">param</a> <a href="HMinfoFilter">[filter]</a> <name> <name>...<br>
|
<li><a name="#HMinfoparam">param</a> <a href="#HMinfoFilter">[filter]</a> <name> <name>...<br>
|
||||||
returns a table parameter values (attribute, readings,...)
|
returns a table parameter values (attribute, readings,...)
|
||||||
for all entities as a table
|
for all entities as a table
|
||||||
</li>
|
</li>
|
||||||
<li><a name="#HMinfopeerXref">peerXref</a> <a href="HMinfoFilter">[filter]</a><br>
|
<li><a name="#HMinfopeerXref">peerXref</a> <a href="#HMinfoFilter">[filter]</a><br>
|
||||||
provides a cross-reference on peerings, a kind of who-with-who summary over HM
|
provides a cross-reference on peerings, a kind of who-with-who summary over HM
|
||||||
</li>
|
</li>
|
||||||
<li><a name="#HMinforegister">register</a> <a href="HMinfoFilter">[filter]</a><br>
|
<li><a name="#HMinforegister">register</a> <a href="#HMinfoFilter">[filter]</a><br>
|
||||||
provides a tableview of register of an entity
|
provides a tableview of register of an entity
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li><a name="#HMinfoconfigCheck">configCheck</a> <a href="HMinfoFilter">[filter]</a><br>
|
<li><a name="#HMinfoconfigCheck">configCheck</a> <a href="#HMinfoFilter">[filter]</a><br>
|
||||||
performs a consistency check of HM settings. It includes regCheck and peerCheck
|
performs a consistency check of HM settings. It includes regCheck and peerCheck
|
||||||
</li>
|
</li>
|
||||||
<li><a name="#HMinfopeerCheck">peerCheck</a> <a href="HMinfoFilter">[filter]</a><br>
|
<li><a name="#HMinfopeerCheck">peerCheck</a> <a href="#HMinfoFilter">[filter]</a><br>
|
||||||
performs a consistency check on peers. If a peer is set in one channel
|
performs a consistency check on peers. If a peer is set in one channel
|
||||||
this funktion will search wether the peer also exist on the opposit side.
|
this funktion will search wether the peer also exist on the opposit side.
|
||||||
</li>
|
</li>
|
||||||
<li><a name="#HMinforegCheck">regCheck</a> <a href="HMinfoFilter">[filter]</a><br>
|
<li><a name="#HMinforegCheck">regCheck</a> <a href="#HMinfoFilter">[filter]</a><br>
|
||||||
performs a consistency check on register readings for completeness
|
performs a consistency check on register readings for completeness
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li><a name="#HMinfoautoReadReg">autoReadReg</a> <a href="HMinfoFilter">[filter]</a><br>
|
<li><a name="#HMinfoautoReadReg">autoReadReg</a> <a href="#HMinfoFilter">[filter]</a><br>
|
||||||
schedules a read of the configuration for the CUL_HM devices with attribut autoReadReg set to 1 or higher.
|
schedules a read of the configuration for the CUL_HM devices with attribut autoReadReg set to 1 or higher.
|
||||||
</li>
|
</li>
|
||||||
<li><a name="#HMinfoclear">clear [Protocol|readings|msgStat|register|rssi]</a> <a href="HMinfoFilter">[filter]</a><br>
|
<li><a name="#HMinfoclear">clear [Protocol|readings|msgStat|register|rssi]</a> <a href="#HMinfoFilter">[filter]</a><br>
|
||||||
executes a set clear ... on all HM entities<br>
|
executes a set clear ... on all HM entities<br>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Protocol relates to set clear msgEvents</li>
|
<li>Protocol relates to set clear msgEvents</li>
|
||||||
@ -1294,7 +1294,7 @@ sub HMinfo_noDup(@) {#return list with no duplicates
|
|||||||
<li>register clears all register-entries in readings</li>
|
<li>register clears all register-entries in readings</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a name="#HMinfosaveConfig">saveConfig</a> <a href="HMinfoFilter">[filter]</a><br>
|
<li><a name="#HMinfosaveConfig">saveConfig</a> <a href="#HMinfoFilter">[filter]</a><br>
|
||||||
performs a save for all HM register setting and peers. See <a href="#CUL_HMsaveConfig">CUL_HM saveConfig</a>.
|
performs a save for all HM register setting and peers. See <a href="#CUL_HMsaveConfig">CUL_HM saveConfig</a>.
|
||||||
</li>
|
</li>
|
||||||
<br>
|
<br>
|
||||||
@ -1339,7 +1339,7 @@ sub HMinfo_noDup(@) {#return list with no duplicates
|
|||||||
<li><a name="#HMinfotemplateList">templateList [<name>]</a><br>
|
<li><a name="#HMinfotemplateList">templateList [<name>]</a><br>
|
||||||
list defined templates. If no name is given all templates will be listed<br>
|
list defined templates. If no name is given all templates will be listed<br>
|
||||||
</li>
|
</li>
|
||||||
<li><a name="#HMinfotemplateChk">templateChk <a href="HMinfoFilter">[filter] <template> <peer:[long|short]> [<param1> ...]</a><br>
|
<li><a name="#HMinfotemplateChk">templateChk <a href="#HMinfoFilter">[filter] <template> <peer:[long|short]> [<param1> ...]</a><br>
|
||||||
verifies if the register-readings comply to the template <br>
|
verifies if the register-readings comply to the template <br>
|
||||||
Parameter are identical to <a href="#HMinfotemplateSet">templateSet</a><br>
|
Parameter are identical to <a href="#HMinfotemplateSet">templateSet</a><br>
|
||||||
The procedure will check if the register values match the ones provided by the template<br>
|
The procedure will check if the register values match the ones provided by the template<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user