mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
10_MQTT2_DEVICE.pm: fix MQTT2_JSON
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17160 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
182697ed51
commit
7e32944571
@ -155,7 +155,7 @@ MQTT2_DEVICE_Parse($$)
|
||||
sub
|
||||
MQTT2_JSON($;$)
|
||||
{
|
||||
return json2nameValue(@_);
|
||||
return json2nameValue($_[0], $_[1]);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user