From 129e5e327447ee958328eef849e944355c7c856a Mon Sep 17 00:00:00 2001 From: LeonGaultier Date: Fri, 21 Jul 2017 09:11:40 +0000 Subject: [PATCH] 74_AMAD: Change Commandref git-svn-id: https://svn.fhem.de/fhem/trunk@14753 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/74_AMAD.pm | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 1c9bd29bb..cd8d74c38 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -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_AMAD: Change Commandref - change: 93_DbLog: V2.21.2, some improvements like get reading 'state' of state-events, timeout increased, change configCheck for DbRep Report_Idx diff --git a/fhem/FHEM/74_AMAD.pm b/fhem/FHEM/74_AMAD.pm index e9646084b..4e1b38fe8 100644 --- a/fhem/FHEM/74_AMAD.pm +++ b/fhem/FHEM/74_AMAD.pm @@ -24,6 +24,21 @@ # $Id$ # ############################################################################### +## +## +## Das JSON Modul immer in einem eval aufrufen +# $data = eval{decode_json($data)}; +# +# if($@){ +# Log3($SELF, 2, "$TYPE ($SELF) - error while request: $@"); +# +# readingsSingleUpdate($hash, "state", "error", 1); +# +# return; +# } +## +## + package main; @@ -1532,7 +1547,6 @@ sub AMAD_decrypt($) {
The communication port of the AMADCommBridge device can easily be changed within the attribut "port". -
AMAD Communication Bridge -
AMAD Communication Bridge