I want to add simple on off switch model via SDK 2.2.0.
I'm already add client model to project,when provisioner add client node,Provisioner RTT jump error opcode status field: 2.
what should I do?
I want to add simple on off switch model via SDK 2.2.0.
I'm already add client model to project,when provisioner add client node,Provisioner RTT jump error opcode status field: 2.
what should I do?
The line "opcode status field: 2" comes from the function check_expected_status(), which will check the status when config client status messages are received. In this case it logged a value of 2, which is the access status ACCESS_STATUS_INVALID_MODEL. The explanatory documentations string is "The provided Model index is not valid in this Element".
Have you seen the "Creating new models", I would recommend starting there first. Here is a similar case as yours.
Best regards,
Simon
Yes,I have seen the "Creating new models",but I still won't add model.
I want to add Nordic light switch model to project via SDK2.2.0,but see only SDK2.1.1 on devzone.
Have SDK2.2.0 add model tutorial?