2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 05:16:02 +00:00

30_HUEBridge.pm: ignore entertainment_configuration events

git-svn-id: https://svn.fhem.de/fhem/trunk@25524 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2022-01-20 19:56:27 +00:00
parent 8e141d3c59
commit e9da46f062

View File

@ -2399,6 +2399,8 @@ HUEBridge_dispatch($$$;$)
$obj->{state}{battery_state} = $data->{power_state}{battery_state};
}
} elsif( $data->{type} eq 'entertainment_configuration' ) {
} elsif( $data->{type} eq 'grouped_light' ) {
} elsif( $data->{type} eq 'light'