mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
70_LaMetric2: decode_utf8 for user input
git-svn-id: https://svn.fhem.de/fhem/trunk@17988 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a886a34728
commit
e328888c5a
@ -1258,7 +1258,7 @@ sub LaMetric2_SetApp {
|
||||
my $hash = shift;
|
||||
my $cmd = shift;
|
||||
my $h = shift;
|
||||
my $package = shift;
|
||||
my $package = decode_utf8(shift);
|
||||
my $action = shift;
|
||||
my $name = $hash->{NAME};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user