2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-05 14:29:35 +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:
Otto123 2021-05-16 18:27:21 +00:00
parent 2966fb666e
commit f3c054a9dc

View File

@ -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->{$_}}) {