2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

10_MQTT2_DEVICE.pm: fix MQTT2_JSON

git-svn-id: https://svn.fhem.de/fhem/trunk@17160 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-08-18 06:06:21 +00:00
parent 484f21d663
commit c0fe491c3f

View File

@ -155,7 +155,7 @@ MQTT2_DEVICE_Parse($$)
sub
MQTT2_JSON($;$)
{
return json2nameValue(@_);
return json2nameValue($_[0], $_[1]);
}