Skip to content

Commit adc269b

Browse files
Some restyles
1 parent a37e464 commit adc269b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

examples/chef/README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ To add new devices for chef:
235235
## Manufacturer Extensions / Custom Clusters
236236

237237
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
240240
`src/app/zap-templates/zcl/data-model/chip/sample-manufacturer-specific-cluster.xml`
241241

242242
This cluster has
@@ -246,7 +246,8 @@ This cluster has
246246
- A command/response pair `add-arguments`. The command takes two uint8
247247
arguments and the response command returns their sum.
248248

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:
250251

251252
```
252253
# commissioning of on-network chef device

examples/manufacturer-specific-app/nrfconnect/manufacturer-specific/clusters/sample-external-manufacturer-specific-server.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <platform/CHIPDeviceConfig.h>
1313

1414
#ifdef ZCL_USING_SAMPLE_MANUFACTURER_SPECIFIC_CLUSTER_SERVER
15-
#define SAMPLE_MANUFACTURER_SPECIFIC_NUM_SUPPORTED_ENDPOINTS \
15+
#define SAMPLE_MANUFACTURER_SPECIFIC_NUM_SUPPORTED_ENDPOINTS \
1616
(MATTER_DM_SAMPLE_MANUFACTURER_SPECIFIC_CLUSTER_SERVER_ENDPOINT_COUNT + CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT)
1717
#else
1818
#define SAMPLE_MANUFACTURER_SPECIFIC_NUM_SUPPORTED_ENDPOINTS CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT

src/app/zap_cluster_list.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,4 +496,4 @@
496496
],
497497
"ZONE_MANAGEMENT_CLUSTER": []
498498
}
499-
}
499+
}

0 commit comments

Comments
 (0)