2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

10_EnOcean: subType manufProfile changed

git-svn-id: https://svn.fhem.de/fhem/trunk@11957 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer 2016-08-13 16:40:45 +00:00
parent 084246e576
commit feb176bb39

View File

@ -12276,6 +12276,13 @@ sub EnOcean_Attr(@)
$err = "attribute-value [$attrName] = $attrVal wrong";
}
} elsif ($attrName eq "settingAccuracy") {
if (!defined $attrVal){
} elsif ($attrVal !~ m/^high|low$/) {
$err = "attribute-value [$attrName] = $attrVal wrong";
}
} elsif ($attrName eq "shutTime") {
my $data;
if (!defined $attrVal) {