mhop / fhem-mirror

Branch 'master' is an unofficial read-only-mirror of https://svn.fhem.de/fhem/trunk which is updated once a day. (branch sf_old a mirror of the old repo: svn://svn.code.sf.net/p/fhem/code/trunk)
106 stars 127 forks source link

39_Talk2Fhem.pm #36

Open ahlermi opened 5 years ago

ahlermi commented 5 years ago

Probleme mit Talk2Fhem und Umlauten (Tür = Internet)

my $disu =AttrVal($hash, "T2F_disableumlautescaping", 0);

sollte

my $disu =AttrVal($hash->{NAME}, "T2F_disableumlautescaping", 0);

sein, sonnst ist es immer 0 und die Umlaute werden als wildcard gewertet