Skip to content

Commit ff0292d

Browse files
Address review comment.
1 parent d3c0a59 commit ff0292d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/all-clusters-app/linux/include/CHIPProjectAppConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
#define CHIP_CONFIG_ENABLE_BDX_LOG_TRANSFER 1
5050

5151
// Claim a device type while advertising that matches the device type on our
52-
// endpoint 1.
52+
// endpoint 1. 0x0101 is the "Dimmable Light" device type.
5353
#define CHIP_DEVICE_CONFIG_DEVICE_TYPE 0x0101

examples/all-clusters-app/tizen/include/CHIPProjectAppConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
#define CHIP_CONFIG_MAX_GROUP_ENDPOINTS_PER_FABRIC 3
3636

3737
// Claim a device type while advertising that matches the device type on our
38-
// endpoint 1.
38+
// endpoint 1. 0x0101 is the "Dimmable Light" device type.
3939
#define CHIP_DEVICE_CONFIG_DEVICE_TYPE 0x0101

0 commit comments

Comments
 (0)