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:
parent
084246e576
commit
feb176bb39
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user