Skip to content

Commit

Permalink
Update bindings.cpp
Browse files Browse the repository at this point in the history
- Create group for Trådfri remote control and Trådfri wireless dimmer with new ZB3 firmware, see #2485.
  • Loading branch information
ebaauw authored and manup committed Feb 29, 2020
1 parent cc8c3ef commit b0da16a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2619,7 +2619,10 @@ void DeRestPluginPrivate::checkSensorGroup(Sensor *sensor)
else if (sensor->modelId().startsWith(QLatin1String("TRADFRI on/off switch")) ||
sensor->modelId().startsWith(QLatin1String("TRADFRI open/close remote")) ||
sensor->modelId().startsWith(QLatin1String("TRADFRI motion sensor")) ||
sensor->modelId().startsWith(QLatin1String("TRADFRI remote control")) ||
sensor->modelId().startsWith(QLatin1String("TRADFRI wireless dimmer")) ||
sensor->modelId().startsWith(QLatin1String("SYMFONISK")) ||
sensor->modelId().startsWith(QLatin1String("902010/23")) || // bitron remote
sensor->modelId().startsWith(QLatin1String("RC 110"))) // innr remote
{

Expand Down

0 comments on commit b0da16a

Please sign in to comment.