mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +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->{sunsetoffset} = $config->{sunsetoffset} if( defined($config->{sunsetoffset}) );
|
||||
|
||||
$hash->{sensitivity} = $config->{sensitivity} if( defined($config->{sensitivity}) );
|
||||
|
||||
$readings{battery} = $config->{battery} if( defined($config->{battery}) );
|
||||
$readings{reachable} = $config->{reachable} if( defined($config->{reachable}) );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user