mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
TRX_LIGHT level was broken. corrected
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3055 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ba8319369c
commit
1e551c5696
@ -206,7 +206,7 @@ TRX_LIGHT_Set($@)
|
||||
|
||||
if ($na == 3) {
|
||||
$arg3 = $a[2];
|
||||
if ($na == 3 && $command ne "level" ) {
|
||||
if ($na == 3 && $command eq "level" ) {
|
||||
$level = $a[2];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user