commandref: added summary

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12057 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2016-08-22 19:31:37 +00:00
parent c68d48deaf
commit 0e8090ff42
3 changed files with 9 additions and 3 deletions

View File

@ -968,6 +968,8 @@ LightScene_editTable($) {
=pod
=item helper
=item summary create scenes from multiple fhem devices
=item summary_DE verwaltet Szenen aus mehreren FHEM Geräten
=begin html
<a name="LightScene"></a>

View File

@ -179,12 +179,14 @@ EC3000_Attr(@)
1;
=pod
=item summary Energy Count 3000 (EC3000) devices
=item summary_DE Energy Count 3000 (EC3000) Ger&auml;te
=begin html
<a name="EC3000"></a>
<h3>EC3000</h3>
<ul>
The Energy Count C3000 is a AC mains plug with integrated power meter functionality from CONRAD.<br><br>
The Energy Count 3000 is a AC mains plug with integrated power meter functionality from CONRAD.<br><br>
It can be integrated in to FHEM via a <a href="#JeeLink">JeeLink</a> as the IODevice.<br><br>

View File

@ -1170,7 +1170,7 @@ harmony_disconnect($)
RemoveInternalTimer($hash);
$hash->{ConnectionState} = "Disconnected";
readingsSingleUpdate( $hash, "state", $hash->{ConnectionState}, 1 ) if( $hash->{ConnectionState} ne ReadingsVal($hash->{NAME},"state", "" ) );
readingsSingleUpdate( $hash, "state", $hash->{ConnectionState}, 1 ) if( $hash->{ConnectionState} ne ReadingsVal($name, "state", "" ) );
return if( !$hash->{CD} );
Log3 $name, 2, "$name: disconnect";
@ -1204,7 +1204,7 @@ harmony_connect($)
if( $conn ) {
Log3 $name, 3, "$name: connected";
$hash->{ConnectionState} = "Connected";
readingsSingleUpdate( $hash, "state", $hash->{ConnectionState}, 1 ) if( $hash->{ConnectionState} ne ReadingsVal($hash->{NAME},"state", "" ) );
readingsSingleUpdate( $hash, "state", $hash->{ConnectionState}, 1 ) if( $hash->{ConnectionState} ne ReadingsVal($name, "state", "" ) );
$hash->{LAST_CONNECT} = FmtDateTime( gettimeofday() );
$hash->{FD} = $conn->fileno();
@ -1760,6 +1760,8 @@ harmony_decrypt($)
1;
=pod
=item summary module for logitech harmony hub based remots
=item summary_DE Modul für Logitech Harmony Hub basierte Fernbedienungen
=begin html
<a name="harmony"></a>