Skip to content

Commit

Permalink
fix: Fix Error: CommandID '159' from subsystem '5' not found Koenkk…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Sep 14, 2024
1 parent c8cb557 commit c77db30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/adapter/z-stack/znp/definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,13 @@ const Definition: {
// {name: 'servermask', parameterType: ParameterType.UINT16},
],
},
{
// https://github.com/Koenkk/zigbee2mqtt/issues/3363
name: 'unknown',
ID: 159,
type: CommandType.AREQ,
request: [],
},
{
name: 'endDeviceBindRsp',
ID: 160,
Expand Down

0 comments on commit c77db30

Please sign in to comment.