Skip to content

Commit

Permalink
Parser: fix for error 'Requesting simple descriptor for EP '
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharp38 committed Aug 8, 2024
1 parent 71bc8b0 commit f75f45f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/class/AbeilleParser.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,9 @@ function deviceUpdates($net, $addr, $ep, $updates = []) {

// What about server clusters & groups ?
foreach ($eq['endPoints'] as $epId2 => $ep2) {
if (($eqId2 == "") || ($eqId2 == "00"))
continue; // Invalid case seen some times

if (!isset($ep2['servClusters'])) {
parserLog('debug', ' Requesting simple descriptor for EP '.$epId2);
msgToCmd(PRIO_HIGH, "Cmd${net}/${addr}/getSimpleDescriptor", "ep=".$epId2);
Expand Down
1 change: 1 addition & 0 deletions docs/fr_FR/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Amélioration: Zigate: Tentative d'ajout possibilité de changer 'Extended PAN ID' pour cas Livolo. Ne fonctionne pas !
- Amélioration: Cmd->Zigate: Cas Zigate 'busy'.
- Amélioration: Cmd/config Zigate.
- Correction: Parser: Suppression du message 'Requesting simple descriptor for EP '.

## 240802-BETA-1

Expand Down

0 comments on commit f75f45f

Please sign in to comment.