mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
30_DUOFERN: fix weather sensor
git-svn-id: https://svn.fhem.de/fhem/trunk@24381 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
48296c46b9
commit
cd3c6b4e2b
@ -1342,7 +1342,7 @@ DUOFERN_Parse($$)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#Umweltsensor Wetter
|
#Umweltsensor Wetter
|
||||||
} elsif ($msg =~ m/0F011322.{36}/) {
|
} elsif ($msg =~ m/0F..1322.{36}/) {
|
||||||
$def01 = $modules{DUOFERN}{defptr}{$code."00"};
|
$def01 = $modules{DUOFERN}{defptr}{$code."00"};
|
||||||
if(!$def01) {
|
if(!$def01) {
|
||||||
DoTrigger("global","UNDEFINED DUOFERN_$code"."_sensor DUOFERN $code"."00");
|
DoTrigger("global","UNDEFINED DUOFERN_$code"."_sensor DUOFERN $code"."00");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user