mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
pct fix
git-svn-id: https://svn.fhem.de/fhem/trunk@893 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8cd8cc3492
commit
089bfea026
@ -564,7 +564,7 @@ CUL_HM_Set($@)
|
||||
my @h;
|
||||
@h = split(" ", $h) if($h);
|
||||
|
||||
if(!defined($h) && $culHmSubTypeSets{$st}{pct} && $cmd =~ m/^\d+/) {
|
||||
if(!defined($h) && defined($culHmSubTypeSets{$st}{pct}) && $cmd =~ m/^\d+/) {
|
||||
$cmd = "pct";
|
||||
|
||||
} elsif(!defined($h)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user