2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

20_X10.pm: fixed housecodes_snd (duplicate K should be L)

git-svn-id: https://svn.fhem.de/fhem/trunk@10401 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert 2016-01-07 19:26:18 +00:00
parent fb82405e68
commit 04081b1c1a

View File

@ -80,7 +80,7 @@ my %functions_snd = qw( ON 0010
my %housecodes_snd = qw(A 0110 B 1110 C 0010 D 1010
E 0001 F 1001 G 0101 H 1101
I 0111 J 1111 K 0011 K 1011
I 0111 J 1111 K 0011 L 1011
M 0000 N 1000 O 0100 P 1100);
my %unitcodes_snd = qw( 1 0110 2 1110 3 0010 4 1010