Skip to content

Commit 1b32646

Browse files
authored
Merge pull request dresden-elektronik#5010 from manup/master
BOSCH AIR sensor don't match for manufacturer name on report
2 parents eb09170 + 7ab9730 commit 1b32646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

air_quality.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ void DeRestPluginPrivate::handleAirQualityClusterIndication(const deCONZ::ApsDat
7676
case 0x4004:
7777
{
7878
// Bosch air quality sensor
79-
if (ind.clusterId() == BOSCH_AIR_QUALITY_CLUSTER_ID && sensor->manufacturer() == QLatin1String("BOSCH") && sensor->modelId() == QLatin1String("AIR"))
79+
if (ind.clusterId() == BOSCH_AIR_QUALITY_CLUSTER_ID && sensor->modelId() == QLatin1String("AIR"))
8080
{
8181
levelPpb = attr.numericValue().u16;
8282
}

0 commit comments

Comments
 (0)