mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-29 23:47:10 +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.
|
# 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>
|
||||||
|
@ -946,6 +946,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 );
|
||||||
|
|
||||||
$buffer = $buffer . $json;
|
$buffer = $buffer . $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>"
|
||||||
|
@ -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='
|
||||||
|
Loading…
x
Reference in New Issue
Block a user