From 4c3fdc7d165bc42d2d88de4103a09cb51973f471 Mon Sep 17 00:00:00 2001 From: HomeAutoUser Date: Fri, 30 Aug 2019 17:51:24 +0200 Subject: [PATCH] 00_SIGNALduino.pm - fix - fix browser refresh https://github.com/RFD-FHEM/RFFHEM/issues/633 - tested with browser firefox & edge --- CHANGED | 2 ++ FHEM/00_SIGNALduino.pm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGED b/CHANGED index e9b55d610..2da7c1dae 100644 --- a/CHANGED +++ b/CHANGED @@ -1,3 +1,5 @@ +30.08.2019 + 00_SIGNALduino.pm: get availableFirmware - fix browser refresh 27.08.2019 00_SIGNALduino.pm: SIGNALduino_postDemo_WS2000 - fix Perl warning 22.08.2019 diff --git a/FHEM/00_SIGNALduino.pm b/FHEM/00_SIGNALduino.pm index 80b7f0793..718d2d215 100644 --- a/FHEM/00_SIGNALduino.pm +++ b/FHEM/00_SIGNALduino.pm @@ -30,7 +30,7 @@ use lib::SD_Protocols; use constant { - SDUINO_VERSION => "v3.4.1_dev_11.08", + SDUINO_VERSION => "v3.4.1_dev_30.08", SDUINO_INIT_WAIT_XQ => 1.5, # wait disable device SDUINO_INIT_WAIT => 2, SDUINO_INIT_MAXRETRY => 3, @@ -4507,7 +4507,7 @@ sub SIGNALduino_githubParseHttpResponse($$$) } # wenn # Damit ist die Abfrage zuende. # Evtl. einen InternalTimer neu schedulen - FW_directNotify("#FHEMWEB:$FW_wname", "location.reload('true')", ""); + FW_directNotify("FILTER=$name", "#FHEMWEB:$FW_wname", "location.reload('true')", ""); return 0; }