Skip to content

Commit b15f5ba

Browse files
Adam-MaciugaArekBalysNordic
authored andcommitted
docs: matter: factory data: added enable key
added info about enable_key parameter Signed-off-by: Adam Maciuga <[email protected]>
1 parent 349dec9 commit b15f5ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/nrf/protocols/matter/end_product/factory_provisioning.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ The following table lists the parameters of a factory data set:
142142
| | | | | | This parameter should be protected against reading or writing over-the-air after initial introduction into the device, and stay fixed during the lifetime of the device. |
143143
| | | | | | When building an application with the Factory Data support, the :ref:`CONFIG_CHIP_FACTORY_DATA_ROTATING_DEVICE_UID_MAX_LEN` must be set with the length of the actual ``rd_uid`` stored in the Factory Data partition. |
144144
+------------------------+--------------------------------------+----------------------+--------------+-------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
145+
| ``enable_key`` | enable key | 16 B | byte string | optional | The enable key is a 16-byte hexadecimal string value that triggers manufacturer-specific action while invoking the :ref:`ug_matter_test_event_triggers`. |
146+
| | | | | | This value is used during Certification Tests, and should not be present on production devices. |
147+
+------------------------+--------------------------------------+----------------------+--------------+-------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
145148
| ``user`` | User data | variable, max 1024 B | CBOR map | optional | The user data is provided in the JSON format. |
146149
| | | | | | This parameter is optional and depends on the device manufacturer's purpose. |
147150
| | | | | | It is provided as a CBOR map type from persistent storage and should be parsed in the user application. |
@@ -372,6 +375,12 @@ To use this script, complete the following steps:
372375
373376
--include_passcode
374377
378+
#. (optional) Add an enable key for initiating device-specific test scenarios:
379+
380+
.. code-block:: console
381+
382+
--enable_key <enable key>
383+
375384
#. (optional) Add the request to overwrite existing the JSON file:
376385

377386
.. code-block:: console

0 commit comments

Comments
 (0)