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:
loredo
2018-12-16 16:52:19 +00:00
parent af5991638c
commit 6e726a841c

View File

@@ -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};