From 47030d7bb060baa516cf2d88e886e509657084d7 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@21494 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/fhem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/fhem.pl b/fhem/fhem.pl index dde566538..c9d678a4e 100755 --- a/fhem/fhem.pl +++ b/fhem/fhem.pl @@ -138,7 +138,7 @@ sub getPawList($); sub getUniqueId(); sub hashKeyRename($$$); sub json2nameValue($;$$); -sub json2reading($$;$$); +sub json2reading($$;$$$); sub latin1ToUtf8($); sub myrename($$$); sub notifyRegexpChanged($$);