2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +00:00

10_EnOcean: EEP D5-00-01 teach-in changed

git-svn-id: https://svn.fhem.de/fhem/trunk@26632 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus.schauer 2022-10-31 15:00:22 +00:00
parent 279ec10327
commit 6d5f1b6f1c

View File

@ -8170,7 +8170,7 @@ sub EnOcean_Parse($$) {
if (!($db[0] & 8)) {
# teach-in
$attr{$name}{eep} = "D5-00-01";
$attr{$name}{manufID} = "7FF";
$attr{$name}{manufID} = "7FF" if (!exists($attr{$name}{manufID}));
$attr{$name}{subType} = "contact";
push @event, "3:teach:1BS teach-in accepted EEP D5-00-01 Manufacturer: no ID";
Log3 $name, 2, "EnOcean $name teach-in EEP D5-00-01 Manufacturer: no ID";