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