mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
fixed undefined warning
git-svn-id: https://svn.fhem.de/fhem/trunk@3631 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8cdea6fdf2
commit
471bd1be4b
@ -138,6 +138,7 @@ sub HUEDevice_Define($$)
|
||||
$hash->{INTERVAL} = $interval;
|
||||
|
||||
$hash->{fhem}{on} = -1;
|
||||
$hash->{fhem}{reachable} = '';
|
||||
$hash->{fhem}{colormode} = '';
|
||||
$hash->{fhem}{bri} = -1;
|
||||
$hash->{fhem}{ct} = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user