From 2db80968db9b4bbd678fc7ecbf10c290645da67a Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Mon, 23 Mar 2020 17:56:21 +0000 Subject: [PATCH] fhem.pl: fix json2reading prototype mismatch (Forum #109430) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21494 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem.pl b/fhem.pl index dde566538..c9d678a4e 100755 --- a/fhem.pl +++ b/fhem.pl @@ -138,7 +138,7 @@ sub getPawList($); sub getUniqueId(); sub hashKeyRename($$$); sub json2nameValue($;$$); -sub json2reading($$;$$); +sub json2reading($$;$$$); sub latin1ToUtf8($); sub myrename($$$); sub notifyRegexpChanged($$);