Fix of the Fix of the Fix. Hopefully the last timed dimmer command fix

git-svn-id: https://svn.fhem.de/fhem/trunk@784 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2010-12-27 19:19:07 +00:00
parent 7ef5651508
commit b632ca2b65

View File

@ -189,7 +189,7 @@ FS20_Set($@)
my $val; my $val;
if($na == 3) { # Timed command. if($na == 3) { # Timed command.
$c = sprintf("%02X", $c & 0x20); # Set the extension bit $c = sprintf("%02X", (hex($c) | 0x20)); # Set the extension bit
######################## ########################
# Calculating the time. # Calculating the time.