mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
Change by peterp
git-svn-id: https://svn.fhem.de/fhem/trunk@1102 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
aa21b63326
commit
a98236006f
@ -1345,6 +1345,11 @@ my %culHmBits = (
|
|||||||
LOWBAT => '00,02,$val=(hex($val)&0x80)?1:0',
|
LOWBAT => '00,02,$val=(hex($val)&0x80)?1:0',
|
||||||
COUNTER => "02,02", } },
|
COUNTER => "02,02", } },
|
||||||
"A112" => { txt => "HAVE_DATA"},
|
"A112" => { txt => "HAVE_DATA"},
|
||||||
|
"A610;p01=06" => { txt => "INFO_SYSTEM_STATUS", params => {
|
||||||
|
CHANNEL => "2,2",
|
||||||
|
STATUS => '4,2',
|
||||||
|
UNKNOWN => "6,2" } },
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
sub
|
sub
|
||||||
|
Loading…
x
Reference in New Issue
Block a user