mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 03:44:52 +00:00
74_AMADDevice: much more bugfixes
git-svn-id: https://svn.fhem.de/fhem/trunk@27422 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7771dca44c
commit
4600b530c7
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix: 74_AMADDevice: much more bugfixes
|
||||
- change: Update Synology lib modules
|
||||
- bugfix: 72_FRITZBOX: Fehlerkorrekturen: u.a. Verhalten bei disable
|
||||
feature: attr nonblockingTimeOut <50|75|100|125>
|
||||
|
@ -945,6 +945,9 @@ qx(cat $fhempath/FHEM/lib/74_AMADautomagicFlowset_$flowsetversion.xml);
|
||||
|
||||
Log3( $name, 4, "AMADCommBridge ($name) - No PARTIAL buffer" );
|
||||
}
|
||||
|
||||
return
|
||||
if ( !defined($json) );
|
||||
|
||||
Log3( $name, 5, "AMADCommBridge ($name) - Incoming data: " . $json );
|
||||
|
||||
@ -1462,7 +1465,7 @@ sub ParseMsg($$) {
|
||||
],
|
||||
"release_status": "stable",
|
||||
"license": "GPL_2",
|
||||
"version": "v4.4.3",
|
||||
"version": "v4.4.4",
|
||||
"x_flowsetversion": "4.4.3",
|
||||
"author": [
|
||||
"Marko Oldenburg <leongaultier@gmail.com>"
|
||||
|
@ -56,6 +56,7 @@ use GPUtils qw(GP_Import GP_Export);
|
||||
|
||||
main::LoadModule('AMADCommBridge');
|
||||
|
||||
|
||||
my $missingModul = '';
|
||||
eval "use Encode qw(encode encode_utf8);1" or $missingModul .= 'Encode ';
|
||||
|
||||
@ -793,7 +794,7 @@ sub Set($$@) {
|
||||
|
||||
$path .=
|
||||
'openURL?url='
|
||||
. $openurl
|
||||
. urlEncode($openurl)
|
||||
. '&browserapp='
|
||||
. $bapp
|
||||
. '&browserappclass='
|
||||
|
Loading…
x
Reference in New Issue
Block a user