Skip to content

Commit

Permalink
C:/Program Files/Git/zigatev1-AB01-0000-opdm-dev.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharp38 committed Sep 20, 2024
1 parent 5439585 commit 3a249f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/class/AbeilleParser.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -5054,11 +5054,11 @@ function decode8024($dest, $payload, $lqi) {

/* 8035/PDM event code. Since FW 3.1b */
function decode8035($dest, $payload, $lqi) {
$PDMEvtCode = substr($payload, 0, 2); // <PDM event code: uint8_t>
$RecId = substr($payload, 2, 8); // <record id : uint32_t>
$PDMEvtCode = substr($payload, 0, 2); // PDM event code (PDM_eSystemEventCode): <uint8_t>
$RecId = substr($payload, 2, 8); // Record id : <uint32_t>

parserLog2('debug', '0000', $dest.', Type=8035/PDM event code'
.', PDMEvtCode=x'.$PDMEvtCode
.', Code=x'.$PDMEvtCode
.', RecId='.$RecId
.' => '.zgGetPDMEvent($PDMEvtCode), "8035");
}
Expand Down
Binary file modified resources/fw_zigate/zigatev1-AB01-0000-opdm-dev.bin
Binary file not shown.

0 comments on commit 3a249f2

Please sign in to comment.