Hinweis hinzugefügt

This commit is contained in:
Marko Oldenburg 2017-05-10 12:16:51 +02:00
parent 9c80b84f58
commit e5105768dc

View File

@ -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;