Skip to content

Commit

Permalink
Include battery stats for the 4 button switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
olicooper committed Jun 9, 2020
1 parent 73764cc commit 0bec4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions de_web_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5666,6 +5666,7 @@ void DeRestPluginPrivate::addSensorNode(const deCONZ::Node *node, const SensorFi
if (sensorNode.modelId() == QLatin1String("Remote switch") ||
sensorNode.modelId() == QLatin1String("Shutters central remote switch") ||
sensorNode.modelId() == QLatin1String("Double gangs remote switch") ||
sensorNode.modelId() == QLatin1String("Switch 4x EU-LIGHTIFY") ||
sensorNode.modelId() == QLatin1String("Lightify Switch Mini") )
{
DBG_Printf(DBG_INFO, "MyDebug 40 SensorNode %u / %s\n", sensorNode.id().toUInt(), qPrintable(sensorNode.name()));
Expand Down

0 comments on commit 0bec4e0

Please sign in to comment.