mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 04:36:36 +00:00
commandref: added summary
git-svn-id: https://svn.fhem.de/fhem/trunk@12056 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b083d66aff
commit
0e51944f79
@ -1456,6 +1456,8 @@ HUEBridge_Attr($$$)
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item summary module for the phillips hue bridge
|
||||
=item summary_DE Modul für die Philips HUE Bridge
|
||||
=begin html
|
||||
|
||||
<a name="HUEBridge"></a>
|
||||
|
@ -950,6 +950,8 @@ LIGHTIFY_Read($)
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item summary module for the osram lightify gateway
|
||||
=item summary_DE Modul für das Osram LIGHTFY Gateway
|
||||
=begin html
|
||||
|
||||
<a name="LIGHTIFY"></a>
|
||||
|
@ -52,7 +52,7 @@ my %hueModels = (
|
||||
icon => 'hue_filled_go', },
|
||||
LST001 => {name => 'Hue LightStrips' ,type => 'Color light' ,subType => 'colordimmer',
|
||||
icon => 'hue_filled_lightstrip', },
|
||||
LST002 => {name => 'Hue LightStrips Plus' ,type => 'Color light' ,subType => 'colordimmer',
|
||||
LST002 => {name => 'Hue LightStrips Plus' ,type => 'Extended color light' ,subType => 'extcolordimmer',
|
||||
icon => 'hue_filled_lightstrip', },
|
||||
LWB001 => {name => 'Living Whites Bulb' ,type => 'Dimmable light' ,subType => 'dimmer',
|
||||
icon => 'hue_filled_living_whites', },
|
||||
@ -1306,6 +1306,8 @@ HUEDevice_Attr($$$;$)
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item summary devices connected to a phillips hue bridge or a osram lightify gateway
|
||||
=item summary_DE Geräte an einer Philips HUE Bridge oder einem Osram LIGHTIFY Gateway
|
||||
=begin html
|
||||
|
||||
<a name="HUEDevice"></a>
|
||||
|
@ -485,6 +485,8 @@ mailcheck_Read($)
|
||||
|
||||
=pod
|
||||
=item device
|
||||
=item summary watches an mailbox
|
||||
=item summary_DE überwacht eine Mailbox
|
||||
=begin html
|
||||
|
||||
<a name="mailcheck"></a>
|
||||
|
@ -185,6 +185,8 @@ speedtest_SpeedtestAborted($)
|
||||
|
||||
=pod
|
||||
=item device
|
||||
=item summary internet speedtest data
|
||||
=item summary_DE Internet Speedtest überwachung
|
||||
=begin html
|
||||
|
||||
<a name="speedtest"></a>
|
||||
|
@ -583,6 +583,8 @@ yowsup_Attr($$$)
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item summary interface to the yowsup librbary (for whatsapp)
|
||||
=item summary_DE Interface zur yowsup Bibliothek (für WhatsApp)
|
||||
=begin html
|
||||
|
||||
<a name="yowsup"></a>
|
||||
|
@ -1542,6 +1542,8 @@ readingsGroup_Attr($$$;$)
|
||||
|
||||
=pod
|
||||
=item helper
|
||||
=item summary display a formated collection of readings from devices
|
||||
=item summary_DE Stellt eine formatierte Readings von Geräte dar
|
||||
=begin html
|
||||
|
||||
<a name="readingsGroup"></a>
|
||||
|
@ -713,6 +713,8 @@ readingsHistory_Attr($$$)
|
||||
|
||||
=pod
|
||||
=item helper
|
||||
=item summary display a history of readings from on or more devices
|
||||
=item summary_DE Anzeige der Historie von Readings eines oder mehrerer Geräte
|
||||
=begin html
|
||||
|
||||
<a name="readingsHistory"></a>
|
||||
|
@ -324,6 +324,8 @@ readingsProxy_Attr($$$;$)
|
||||
|
||||
=pod
|
||||
=item helper
|
||||
=item summary make (a subset of) a reading from one device available as a new device
|
||||
=item summary_DE Reading eines Gerätes (oder einen Teil daraus) als eigenes Gerät
|
||||
=begin html
|
||||
|
||||
<a name="readingsProxy"></a>
|
||||
|
@ -1258,6 +1258,8 @@ SWAP_Attr(@)
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item summary generic module for SWAP devices
|
||||
=item summary_DE generisches Modul für SWAP Geräte
|
||||
=begin html
|
||||
|
||||
<a name="SWAP"></a>
|
||||
|
@ -537,6 +537,8 @@ panStamp_Attr(@)
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item summary interface to a panStamp based SWAP network
|
||||
=item summary_DE Anbindung von panStamp basierten SWAP Netwerken
|
||||
=begin html
|
||||
|
||||
<a name="panStamp"></a>
|
||||
|
@ -437,6 +437,8 @@ SWAP_0000002200000003_Get($@)
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item summary specialized module for SWAP based rgb(w) led drivers
|
||||
=item summary_DE spezialisiertes Modul für SWAP basierte RGB(W) LED Driver
|
||||
=begin html
|
||||
|
||||
<a name="SWAP_0000002200000003"></a>
|
||||
|
@ -1021,6 +1021,8 @@ sub JeeLink_getIndexOfArray($@) {
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item summary connect JeeLink/Arduino based RF devices
|
||||
=item summary_DE Anbindung von JeeLink/Arduino basierten RF Geräten
|
||||
=begin html
|
||||
|
||||
<a name="JeeLink"></a>
|
||||
|
@ -283,6 +283,8 @@ PCA301_Attr(@)
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item summary PCA301 devices
|
||||
=item summary_DE PCA301 Geräte
|
||||
=begin html
|
||||
|
||||
<a name="PCA301"></a>
|
||||
|
@ -763,6 +763,8 @@ Log 1, "!!!!!!!!!!";
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item summary roku remote control protocol server
|
||||
=item summary_DE Roku Remote Control Protokoll Server
|
||||
=begin html
|
||||
|
||||
<a name="fakeRoku"></a>
|
||||
|
@ -4057,6 +4057,8 @@ plex_publishToSonos(;$$$)
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item summary control and receive events from PLEX players
|
||||
=item summary_DE Steuern und überwachen von PLEX Playern
|
||||
=begin html
|
||||
|
||||
<a name="plex"></a>
|
||||
|
@ -49,6 +49,8 @@ CommandCopy($$)
|
||||
|
||||
=pod
|
||||
=item command
|
||||
=item summary copy a fhem device
|
||||
=item summary_DE kopiert ein FHEM Ger&aauml;t
|
||||
=begin html
|
||||
|
||||
<a name="copy"></a>
|
||||
|
@ -1213,6 +1213,8 @@ logProxy_Get($@)
|
||||
|
||||
=pod
|
||||
=item helper
|
||||
=item summary manipulate the date to be plotted in an SVG device
|
||||
=item summary_DE manipulation von mit SVG zu plottenden SVG Daten
|
||||
=begin html
|
||||
|
||||
<a name="logProxy"></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user