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.
1 parent d7fbebc commit 1ae2feaCopy full SHA for 1ae2fea
de_web_plugin.cpp
@@ -7130,8 +7130,9 @@ void DeRestPluginPrivate::updateSensorNode(const deCONZ::NodeEvent &event)
7130
{
7131
voltage += 50; voltage /= 100; // 0.01V -> V
7132
}
7133
- else if (i->modelId() == QLatin1String("RICI01") || // LifeControl Smart Plug
7134
- i->modelId() == QLatin1String("outletv4")) // Samsung SmartThings IM6001-OTP
+ else if (i->modelId() == QLatin1String("RICI01") || // LifeControl Smart Plug
+ i->modelId() == QLatin1String("outletv4") || // Samsung SmartThings IM6001-OTP
7135
+ i->modelId() == QLatin1String("EMIZB-13")) // Develco EMI
7136
7137
voltage /= 10; // 0.1V -> V
7138
0 commit comments