2
0
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:
justme-1968 2013-08-08 21:08:13 +00:00
parent 8cdea6fdf2
commit 471bd1be4b

View File

@ -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;