FHEM Forum

FHEM - Hausautomations-Systeme => Unterstützende Dienste => Thema gestartet von: Ma_Bo am 08 April 2020, 14:40:53

Titel: [GELÖST] PERL WARNING 98_expandJSON.pm WLan Steckdose die per MQTT kommuniziert
Beitrag von: Ma_Bo am 08 April 2020, 14:40:53
Hallo, ich habe folgende Warnungen im Log:

2020.04.08 14:23:42.508 1: PERL WARNING: Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/^Vansware_Steckdose.*:.*:.{ <-- HERE .*}$/ at ./FHEM/98_expandJSON.pm line 64, <$fh> line 20214.
2020.04.08 14:23:42.509 1: PERL WARNING: Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/^Vansware_Steckdose.*:.*:.{ <-- HERE .*}$/ at ./FHEM/98_expandJSON.pm line 82, <$fh> line 20214.


Kann mir jemand weiterhelfen ?

Grüße Marcel
Titel: Antw:PERL WARNING 98_expandJSON.pm Vansware WLan Steckdose die per MQTT kommuniziert
Beitrag von: Otto123 am 08 April 2020, 15:45:06
aus
Zitatm/^Vansware_Steckdose.*:.*:.{
musst Du das machen m/^Vansware_Steckdose.*:.*:.\{

Steht zumindest so da. ::)

Gruß Otto
Titel: Antw:PERL WARNING 98_expandJSON.pm Vansware WLan Steckdose die per MQTT kommuniziert
Beitrag von: Ma_Bo am 08 April 2020, 16:05:58
 ::)

Na dann schau ich mal ob das hilft...
Danke für die schnelle Antwort...

Gruß Marcel
Titel: Antw:PERL WARNING 98_expandJSON.pm Vansware WLan Steckdose die per MQTT kommuniziert
Beitrag von: Ma_Bo am 08 April 2020, 16:16:56
Danke, das war es...  ;)