2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

fhem.pl: fix json2reading prototype mismatch (Forum #109430)

git-svn-id: https://svn.fhem.de/fhem/trunk@21494 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2020-03-23 17:56:21 +00:00
parent c389972e76
commit 47030d7bb0

View File

@ -138,7 +138,7 @@ sub getPawList($);
sub getUniqueId(); sub getUniqueId();
sub hashKeyRename($$$); sub hashKeyRename($$$);
sub json2nameValue($;$$); sub json2nameValue($;$$);
sub json2reading($$;$$); sub json2reading($$;$$$);
sub latin1ToUtf8($); sub latin1ToUtf8($);
sub myrename($$$); sub myrename($$$);
sub notifyRegexpChanged($$); sub notifyRegexpChanged($$);