Skip to content

Commit 201de4d

Browse files
committed
SiliconLabsGH-23: Add a User Code Get/Report sequence when using User 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 <[email protected]> Forwarded-SiliconLabs: thdubois/UIC-3072/c4/develop (cherry picked from commit e7debde26fce76a30db3626a8c553348dfb877de)
1 parent 65d4a80 commit 201de4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

applications/zpc/components/zwave_command_classes/src/zwave_command_class_user_code.c

+2
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,8 @@ static sl_status_t zwave_command_class_user_code_set(
670670
}
671671

672672
*frame_length = 4 + user_code_size;
673+
attribute_store_undefine_desired(user_code_node);
674+
attribute_store_undefine_reported(user_code_node);
673675
return SL_STATUS_OK;
674676
}
675677

0 commit comments

Comments
 (0)