mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 04:36:02 +00:00
Making the S300 transformation FHZ compatible
git-svn-id: https://svn.fhem.de/fhem/trunk@426 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
937c0ad8cd
commit
b9fdee3181
@ -766,6 +766,7 @@ CUL_Read($)
|
||||
for(my $i = 1; $i < 14; $i+=2) { # Swap nibbles.
|
||||
$dmsg .= $a[$i+1] . $a[$i];
|
||||
}
|
||||
$dmsg = lc($dmsg);
|
||||
}
|
||||
# Other K... Messages ar sent to CUL_WS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user