Skip to content
代码片段 群组 项目
未验证 提交 ca7937a6 编辑于 作者: Junior Martinez's avatar Junior Martinez 提交者: GitHub
浏览文件

add mrpActiveThreshold value and ICDOperatesAsLit to the simulated Di… (#1197)

* add mrpActiveThreshold value and ICDOperatesAsLit to the simulated DiscoveryCommandResponse

* update name
上级 283a4fa7
No related branches found
No related tags found
无相关合并请求
......@@ -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,
}, //
],
};
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册