mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-05 08:20:23 +00:00
99_roborockUtils.pm:Bugfix for german umlauts in zones and spots
git-svn-id: https://svn.fhem.de/fhem/trunk@24453 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2966fb666e
commit
f3c054a9dc
@ -21,7 +21,7 @@ roborockUtils_Initialize {
|
||||
sub valetudoREdest {
|
||||
my $EVENT = shift;
|
||||
my ($text,%h);
|
||||
$text=decode_json($EVENT);
|
||||
$text=from_json($EVENT);
|
||||
for ('spots','zones') {
|
||||
my @a;
|
||||
for my $i (0..$#{$text->{$_}}) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user