Skip to content

Commit

Permalink
Fix joining devices in node descriptor fetch state
Browse files Browse the repository at this point in the history
  • Loading branch information
manup committed May 13, 2020
1 parent c9a16ba commit 1caed49
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 @@ -791,6 +791,7 @@ void DeRestPluginPrivate::apsdeDataIndication(const deCONZ::ApsDataIndication &i
case ZDP_NODE_DESCRIPTOR_RSP_CLID:
{
handleNodeDescriptorResponseIndication(ind);
handleIndicationSearchSensors(ind, zclFrame);
}
break;

Expand Down

0 comments on commit 1caed49

Please sign in to comment.