Skip to content

Commit

Permalink
Add concentratorIndCb. #74
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 16, 2019
1 parent 4deec26 commit c0b95f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/adapter/z-stack/znp/definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1930,6 +1930,16 @@ const Definition: {
{name: 'status', parameterType: ParameterType.UINT8},
],
},
{
name: 'concentratorIndCb',
ID: 200,
type: CommandType.AREQ,
request: [
{name: 'srcaddr', parameterType: ParameterType.UINT16},
{name: 'extaddr', parameterType: ParameterType.IEEEADDR},
{name: 'pktCost', parameterType: ParameterType.UINT8},
],
},
{
name: 'leaveInd',
ID: 201,
Expand Down

0 comments on commit c0b95f4

Please sign in to comment.