Fix of the Fix of the Fix. Hopefully the last timed dimmer command fix
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@784 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -189,7 +189,7 @@ FS20_Set($@)
|
||||
my $val;
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user