File tree 3 files changed +6
-5
lines changed
manufacturer-specific-app/nrfconnect/manufacturer-specific/clusters
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ To add new devices for chef:
235
235
# # Manufacturer Extensions / Custom Clusters
236
236
237
237
You may add vendor-defined features to chef. The
238
- ` rootnode_onofflight_manufacturer_specific_sample*` device showcases its usage by using the Sample
239
- Manufacturer-specific cluster which is defined in
238
+ ` rootnode_onofflight_manufacturer_specific_sample*` device showcases its usage
239
+ by using the Sample Manufacturer-specific cluster which is defined in
240
240
` src/app/zap-templates/zcl/data-model/chip/sample-manufacturer-specific-cluster.xml`
241
241
242
242
This cluster has
@@ -246,7 +246,8 @@ This cluster has
246
246
- A command/response pair `add-arguments`. The command takes two uint8
247
247
arguments and the response command returns their sum.
248
248
249
- You may test the `Sample Manufacturer Specific Cluster` via chip-tool using the following commands :
249
+ You may test the `Sample Manufacturer Specific Cluster` via chip-tool using the
250
+ following commands :
250
251
251
252
` ` `
252
253
# commissioning of on-network chef device
Original file line number Diff line number Diff line change 12
12
#include < platform/CHIPDeviceConfig.h>
13
13
14
14
#ifdef ZCL_USING_SAMPLE_MANUFACTURER_SPECIFIC_CLUSTER_SERVER
15
- #define SAMPLE_MANUFACTURER_SPECIFIC_NUM_SUPPORTED_ENDPOINTS \
15
+ #define SAMPLE_MANUFACTURER_SPECIFIC_NUM_SUPPORTED_ENDPOINTS \
16
16
(MATTER_DM_SAMPLE_MANUFACTURER_SPECIFIC_CLUSTER_SERVER_ENDPOINT_COUNT + CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT)
17
17
#else
18
18
#define SAMPLE_MANUFACTURER_SPECIFIC_NUM_SUPPORTED_ENDPOINTS CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT
Original file line number Diff line number Diff line change 496
496
],
497
497
"ZONE_MANAGEMENT_CLUSTER" : []
498
498
}
499
- }
499
+ }
You can’t perform that action at this time.
0 commit comments