Skip to content

Commit

Permalink
add mrpActiveThreshold value and ICDOperatesAsLit to the simulated Di… (
Browse files Browse the repository at this point in the history
project-chip#1197)

* add mrpActiveThreshold value and ICDOperatesAsLit to the simulated DiscoveryCommandResponse

* update name
  • Loading branch information
jmartinez-silabs authored Nov 3, 2023
1 parent 283a4fa commit ca7937a
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ const kDefaultResponse = {
chipType: 'uint32_t',
isOptional: true,
}, //
{
name: 'mrpRetryActiveThreshold',
type: 'INT16U',
chipType: 'uint16_t',
isOptional: true,
}, //
{
name: 'isICDOperatingAsLIT',
type: 'BOOLEAN',
chipType: 'bool',
isOptional: true,
}, //
],
};

Expand Down

0 comments on commit ca7937a

Please sign in to comment.