From a9458f80df90e8ac867ef94eaffc3413428c6e04 Mon Sep 17 00:00:00 2001 From: jpawlowski Date: Thu, 17 Dec 2015 22:59:37 +0000 Subject: [PATCH] HP1000.pm: minor correction to commandref git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@10197 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/50_HP1000.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FHEM/50_HP1000.pm b/FHEM/50_HP1000.pm index d9efb8ca9..8a5908e0b 100755 --- a/FHEM/50_HP1000.pm +++ b/FHEM/50_HP1000.pm @@ -38,7 +38,7 @@ no if $] >= 5.017011, warnings => 'experimental::smartmatch'; sub HP1000_Define($$); sub HP1000_Undefine($$); - + ######################### sub HP1000_addExtension($$$) { my ( $name, $func, $link ) = @_; @@ -272,7 +272,7 @@ sub HP1000_CGI() {
Define
- define <WeatherStation> HP1000 [ ]
+ define <WeatherStation> HP1000 [<ID> <PASSWORD>]

Provides webhook receiver for weather station HP1000 and WH2600 of Fine Offset Electronics.
There needs to be a dedicated FHEMWEB instance with attribute webname set to "weatherstation".
@@ -306,7 +306,7 @@ sub HP1000_CGI() {
Define
- define <WeatherStation> HP1000 [ ]
+ define <WeatherStation> HP1000 [<ID> <PASSWORD>]

Stellt einen Webhook für die HP1000 oder WH2600 Wetterstation von Fine Offset Electronics bereit.
Es muss noch eine dedizierte FHEMWEB Instanz angelegt werden, wo das Attribut webname auf "weatherstation" gesetzt wurde.