Skip to content

Commit

Permalink
Support Climax smart plug PSMP5 (also used by Bitron and Lupus)
Browse files Browse the repository at this point in the history
Issue #1082
  • Loading branch information
manup committed Jan 14, 2019
1 parent b61c7ce commit 179dbef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,7 @@ bool DeRestPluginPrivate::checkSensorBindingsForAttributeReporting(Sensor *senso
sensor->modelId().startsWith(QLatin1String("IR_")) ||
sensor->modelId().startsWith(QLatin1String("DC_")) ||
sensor->modelId().startsWith(QLatin1String("PSMD_")) ||
sensor->modelId().startsWith(QLatin1String("PSMP5_")) ||
// Philips
sensor->modelId() == QLatin1String("SML001") ||
sensor->modelId().startsWith(QLatin1String("RWL02")) ||
Expand Down
1 change: 1 addition & 0 deletions de_web_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ static const SupportedDevice supportedDevices[] = {
{ VENDOR_NONE, "DC_", tiMacPrefix },
{ VENDOR_NONE, "BX_", tiMacPrefix }, // Climax siren
{ VENDOR_NONE, "PSMD_", tiMacPrefix }, // Climax smart plug
{ VENDOR_NONE, "PSMP5_", tiMacPrefix }, // Climax smart plug
{ VENDOR_NONE, "OJB-IR715-Z", tiMacPrefix },
{ VENDOR_NONE, "902010/21", tiMacPrefix }, // Bitron: door/window sensor
{ VENDOR_NONE, "902010/22", tiMacPrefix }, // Bitron: motion sensor
Expand Down

0 comments on commit 179dbef

Please sign in to comment.