Skip to content

Commit

Permalink
fix compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
olicooper committed May 30, 2020
1 parent 5fc7aac commit c24519a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de_web_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6247,7 +6247,7 @@ void DeRestPluginPrivate::updateSensorNode(const deCONZ::NodeEvent &event)
i->modelId().startsWith(QLatin1String("3323")) || // Centralite contact sensor
i->modelId().startsWith(QLatin1String("lumi.sen_ill")) || // Xiaomi ZB3.0 light sensor
i->modelId().startsWith(QLatin1String("SZ-DWS04")) || // Sercomm open/close sensor
i->modelId().startsWith(QLatin1String("Tripper") || // Quirky Tripper (Sercomm) open/close
i->modelId().startsWith(QLatin1String("Tripper")) || // Quirky Tripper (Sercomm) open/close
i->modelId().startsWith(QLatin1String("Lightify Switch Mini")) // Osram 3 button switch
)
{ }
Expand Down

0 comments on commit c24519a

Please sign in to comment.