Skip to content

Commit 29ec9ff

Browse files
committed
Merge remote-tracking branch 'swoopx/tradfri'
2 parents 512d912 + 72784c8 commit 29ec9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

de_web_plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4608,7 +4608,7 @@ void DeRestPluginPrivate::checkSensorButtonEvent(Sensor *sensor, const deCONZ::A
46084608
}
46094609
}
46104610
}
4611-
else if (ind.clusterId() == ONOFF_CLUSTER_ID && sensor->manufacturer() == QLatin1String("IKEA of Sweden") && sensor->previousCommandId == 0x09)
4611+
else if (ind.clusterId() == ONOFF_CLUSTER_ID && sensor->modelId() == QLatin1String("Remote Control N2") && sensor->previousCommandId == 0x09)
46124612
{
46134613
ok = false;
46144614
}

0 commit comments

Comments
 (0)