2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

99_roborockUtils.pm:Bugfix zone cleanup

git-svn-id: https://svn.fhem.de/fhem/trunk@24441 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Otto123 2021-05-15 06:53:50 +00:00
parent f895f5f19c
commit 88488e6803

View File

@ -41,7 +41,7 @@ my ($cmd,$load) = split(q{ }, $EVENT,2);
if (@_) {Log 1,"sub valetudoRE - Befehl:$cmd Load:$load";return q{}}
my (@zid,@l,%consum);
if ($cmd eq 'zoned_cleanup') {@zid = split q{,},$load}
if ($cmd eq 'zone') {@zid = split q{,},$load}
if ($cmd eq 'map') {@l = split q{ },$load}
for (qw(main_brush_work_time side_brush_work_time filter_work_time sensor_dirty_time))
{$consum{(split q{_})[0]}=$_};