Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

00_SIGNALduino.pm - fix #636

Merged
merged 1 commit into from
Aug 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGED
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions FHEM/00_SIGNALduino.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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;
}

Expand Down