2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

CUL_HM:correct commandlist

git-svn-id: https://svn.fhem.de/fhem/trunk@22498 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2020-07-31 06:25:59 +00:00
parent bab908c2c8
commit 22bb4d9d8b

View File

@ -4367,6 +4367,7 @@ sub CUL_HM_Set($@) {#+++++++++++++++++ set command+++++++++++++++++++++++++++++
last;
}
}
$val =~ s/-.*-//;
}
elsif($val =~ m/^\[([a-zA-Z0-9_-|\.]*)\]$/){
my @lst1;