mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
fhem.pl/10_MQTT2_DEVICE.pm: fix json detection (Forum #104956)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20460 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e68db66f16
commit
b903d6166d
@ -215,7 +215,7 @@ MQTT2_DEVICE_Parse($$)
|
||||
my $cidArr = $modules{MQTT2_DEVICE}{defptr}{cid}{$newCid};
|
||||
return if(!$cidArr);
|
||||
my $add;
|
||||
if(length($value) < 10000 && $value =~ m/^{.*}$/s) {
|
||||
if(length($value) < 10000 && $value =~ m/^\s*{.*}\s*$/s) {
|
||||
my $ret = json2nameValue($value);
|
||||
if(keys %{$ret}) {
|
||||
$topic =~ m,.*/([^/]+),;
|
||||
|
Loading…
x
Reference in New Issue
Block a user