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

10_MQTT2_DEVICE.pm: tiny fix for vim %

git-svn-id: https://svn.fhem.de/fhem/trunk@23596 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-01-23 17:25:12 +00:00
parent c0623280b8
commit 09e330dced

View File

@ -724,7 +724,7 @@ MQTT2_DEVICE_nlData($)
#my $pref = "https://koenkk.github.io/zigbee2mqtt/images/devices/";
my $pref = "https://www.zigbee2mqtt.io/images/devices/";
# Needed for the image links
# Needed for the image links {
my $dv = ReadingsVal($d, ".devices", ReadingsVal($d, "devices", ""));
$dv =~ s@ieeeAddr":"([^"]+)"[^}]+model":"([^"]+)"@
my $ieeeAddr = $1;