Skip to content

Commit

Permalink
SiliconLabsGH-23: Add a User Code Get/Report sequence when using User…
Browse files Browse the repository at this point in the history
… Code Set.

This allows to get confirmation of the User Code Set through Get Pin Code Response

Bug-SiliconLabs: UIC-3072
Signed-off-by: Thomas du Boisrouvray <thdubois@silabs.com>
Forwarded-SiliconLabs: thdubois/UIC-3072/c4/develop
(cherry picked from commit e7debde26fce76a30db3626a8c553348dfb877de)
  • Loading branch information
Thomasdjb committed Jan 19, 2024
1 parent 65d4a80 commit 201de4d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -670,6 +670,8 @@ static sl_status_t zwave_command_class_user_code_set(
}

*frame_length = 4 + user_code_size;
attribute_store_undefine_desired(user_code_node);
attribute_store_undefine_reported(user_code_node);
return SL_STATUS_OK;
}

Expand Down

0 comments on commit 201de4d

Please sign in to comment.