mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +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:
parent
c389972e76
commit
47030d7bb0
@ -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($$);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user