From de7f001f51306fee7f6b813fbc63eb755603e839 Mon Sep 17 00:00:00 2001 From: Wzut <> Date: Sun, 7 Apr 2019 16:44:46 +0000 Subject: [PATCH] 38_BEOK: Fix attribute display git-svn-id: https://svn.fhem.de/fhem/trunk@19142 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/38_BEOK.pm | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/fhem/FHEM/38_BEOK.pm b/fhem/FHEM/38_BEOK.pm index 2a59e87e5..691c3d9cc 100644 --- a/fhem/FHEM/38_BEOK.pm +++ b/fhem/FHEM/38_BEOK.pm @@ -34,7 +34,7 @@ use Time::Local; use IO::Socket::INET; use IO::Select; -my $version = 'V1.4 / 06.04.19'; +my $version = 'V1.41 / 07.04.19'; my %gets = ('status:noArg' => '', 'auth:noArg' =>'' , 'temperature:noArg' => ''); @@ -86,7 +86,6 @@ sub BEOK_Define($$) { $hash->{ERRORCOUNT} = 0; $hash->{weekprofile} = "none"; $hash->{'skipError'} = 0; - $hash->{'DISPLAY'} = ''; # wird mit dem ersten Full Status ueberschrieben $hash->{helper}{temp_manual} = 0; @@ -308,7 +307,7 @@ sub BEOK_Set(@) my $cmdList = "desired-temp on:noArg off:noArg mode:auto,manual loop:12345.67,123456.7,1234567 "; $cmdList .= " sensor:external,internal,both time:noArg active:noArg inactive:noArg lock:on,off"; - $cmdList .= " display:auto,always_on power-on-memory:on,off fre:open,close room-temp-adj:"; + $cmdList .= " power-on-memory:on,off fre:open,close room-temp-adj:"; for (my $i=-10;$i<=9;$i++) {my $s= sprintf('%.1f',$i/2); $s+=0; $cmdList.=$s.',';} @@ -1123,12 +1122,6 @@ sub BEOK_Attr (@) $_[3] = $attrVal; BEOK_update($hash); # Polling Start } - elsif ($attrName eq 'display') - { - $_[3] = $attrVal; - $hash->{'DISPLAY'} = $attrVal; - } - } elsif ($cmd eq "del") { @@ -1137,11 +1130,6 @@ sub BEOK_Attr (@) $_[3] = $attrVal; RemoveInternalTimer($hash); } - elsif ($attrName eq 'display') - { - $_[3] = $attrVal; - $hash->{'DISPLAY'} = ''; - } } } @@ -1484,7 +1472,7 @@ return $html;
  • timeout
    Timeout in Sekunden für die Wlan Kommunikation, default 5
    - ACHTUNG in Verbindung mit dem Attribut display alaways_on darf diese Wert niemals grösser als interval sein ! + ACHTUNG in Verbindung mit dem Attribut Display alaways_on darf diese Wert niemals grösser als interval sein !

  • @@ -1498,4 +1486,4 @@ return $html; =end html_DE -=cut +=cut \ No newline at end of file