mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 12:46:03 +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";
|
$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") {
|
} elsif ($attrName eq "shutTime") {
|
||||||
my $data;
|
my $data;
|
||||||
if (!defined $attrVal) {
|
if (!defined $attrVal) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user