We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb09170 + 7ab9730 commit 1b32646Copy full SHA for 1b32646
air_quality.cpp
@@ -76,7 +76,7 @@ void DeRestPluginPrivate::handleAirQualityClusterIndication(const deCONZ::ApsDat
76
case 0x4004:
77
{
78
// Bosch air quality sensor
79
- if (ind.clusterId() == BOSCH_AIR_QUALITY_CLUSTER_ID && sensor->manufacturer() == QLatin1String("BOSCH") && sensor->modelId() == QLatin1String("AIR"))
+ if (ind.clusterId() == BOSCH_AIR_QUALITY_CLUSTER_ID && sensor->modelId() == QLatin1String("AIR"))
80
81
levelPpb = attr.numericValue().u16;
82
}
0 commit comments