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:
CoolTux
2023-04-10 10:19:51 +00:00
parent f5574c8f22
commit dd66ad7ded
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # 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. # Do not insert empty lines here, update check depends on it.
- bugfix: 74_AMADDevice: much more bugfixes
- change: Update Synology lib modules - change: Update Synology lib modules
- bugfix: 72_FRITZBOX: Fehlerkorrekturen: u.a. Verhalten bei disable - bugfix: 72_FRITZBOX: Fehlerkorrekturen: u.a. Verhalten bei disable
feature: attr nonblockingTimeOut <50|75|100|125> feature: attr nonblockingTimeOut <50|75|100|125>

View File

@@ -945,6 +945,9 @@ qx(cat $fhempath/FHEM/lib/74_AMADautomagicFlowset_$flowsetversion.xml);
Log3( $name, 4, "AMADCommBridge ($name) - No PARTIAL buffer" ); Log3( $name, 4, "AMADCommBridge ($name) - No PARTIAL buffer" );
} }
return
if ( !defined($json) );
Log3( $name, 5, "AMADCommBridge ($name) - Incoming data: " . $json ); Log3( $name, 5, "AMADCommBridge ($name) - Incoming data: " . $json );
@@ -1462,7 +1465,7 @@ sub ParseMsg($$) {
], ],
"release_status": "stable", "release_status": "stable",
"license": "GPL_2", "license": "GPL_2",
"version": "v4.4.3", "version": "v4.4.4",
"x_flowsetversion": "4.4.3", "x_flowsetversion": "4.4.3",
"author": [ "author": [
"Marko Oldenburg <leongaultier@gmail.com>" "Marko Oldenburg <leongaultier@gmail.com>"

View File

@@ -56,6 +56,7 @@ use GPUtils qw(GP_Import GP_Export);
main::LoadModule('AMADCommBridge'); main::LoadModule('AMADCommBridge');
my $missingModul = ''; my $missingModul = '';
eval "use Encode qw(encode encode_utf8);1" or $missingModul .= 'Encode '; eval "use Encode qw(encode encode_utf8);1" or $missingModul .= 'Encode ';
@@ -793,7 +794,7 @@ sub Set($$@) {
$path .= $path .=
'openURL?url=' 'openURL?url='
. $openurl . urlEncode($openurl)
. '&browserapp=' . '&browserapp='
. $bapp . $bapp
. '&browserappclass=' . '&browserappclass='