mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
31_HUEDevice.pm: added sensitivity internal
git-svn-id: https://svn.fhem.de/fhem/trunk@15839 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c36141334c
commit
f1e9947ad7
@ -1205,6 +1205,8 @@ HUEDevice_Parse($$)
|
|||||||
$hash->{sunriseoffset} = $config->{sunriseoffset} if( defined($config->{sunriseoffset}) );
|
$hash->{sunriseoffset} = $config->{sunriseoffset} if( defined($config->{sunriseoffset}) );
|
||||||
$hash->{sunsetoffset} = $config->{sunsetoffset} if( defined($config->{sunsetoffset}) );
|
$hash->{sunsetoffset} = $config->{sunsetoffset} if( defined($config->{sunsetoffset}) );
|
||||||
|
|
||||||
|
$hash->{sensitivity} = $config->{sensitivity} if( defined($config->{sensitivity}) );
|
||||||
|
|
||||||
$readings{battery} = $config->{battery} if( defined($config->{battery}) );
|
$readings{battery} = $config->{battery} if( defined($config->{battery}) );
|
||||||
$readings{reachable} = $config->{reachable} if( defined($config->{reachable}) );
|
$readings{reachable} = $config->{reachable} if( defined($config->{reachable}) );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user