|
118 | 118 | /* Endpoint: 1, Cluster: On/Off (server) */ \
|
119 | 119 | { (uint16_t) 0xFF, (uint16_t) 0x0, (uint16_t) 0x2 }, /* StartUpOnOff */ \
|
120 | 120 | \
|
121 |
| - /* Endpoint: 1, Cluster: Level Control (server) */ \ |
122 |
| - { (uint16_t) 0x0, (uint16_t) 0x0, (uint16_t) 0x3 }, /* Options */ \ |
123 |
| - { (uint16_t) 0x32, (uint16_t) 0x1, (uint16_t) 0xFF }, /* DefaultMoveRate */ \ |
| 121 | + /* Endpoint: 1, Cluster: Level Control (server) */ \ |
| 122 | + { (uint16_t) 0x0, (uint16_t) 0x0, (uint16_t) 0x3 }, /* Options */ \ |
| 123 | + { (uint16_t) 0x32, (uint16_t) 0x1, (uint16_t) 0xFF }, /* DefaultMoveRate */ \ |
124 | 124 | \
|
125 | 125 | /* Endpoint: 1, Cluster: Color Control (server) */ \
|
126 |
| - { (uint16_t) 0x0, (uint16_t) 0x0, (uint16_t) 0xFEFF } /* StartUpColorTemperatureMireds */ \ |
| 126 | + { \ |
| 127 | + (uint16_t) 0x0, (uint16_t) 0x0, (uint16_t) 0xFEFF \ |
| 128 | + } /* StartUpColorTemperatureMireds */ \ |
127 | 129 | }
|
128 | 130 |
|
129 | 131 | // This is an array of EmberAfAttributeMetadata structures.
|
@@ -1231,7 +1233,13 @@ static_assert(ATTRIBUTE_LARGEST <= CHIP_CONFIG_MAX_ATTRIBUTE_STORE_ELEMENT_SIZE,
|
1231 | 1233 | #define FIXED_PROFILE_IDS { 0x0103, 0x0103 }
|
1232 | 1234 |
|
1233 | 1235 | // Array of device types
|
1234 |
| -#define FIXED_DEVICE_TYPES { { 0x00000016, 1 }, { 0x00000101, 1 } } |
| 1236 | +#define FIXED_DEVICE_TYPES \ |
| 1237 | + { \ |
| 1238 | + { 0x00000016, 1 }, \ |
| 1239 | + { \ |
| 1240 | + 0x00000101, 1 \ |
| 1241 | + } \ |
| 1242 | + } |
1235 | 1243 |
|
1236 | 1244 | // Array of device type offsets
|
1237 | 1245 | #define FIXED_DEVICE_TYPE_OFFSETS { 0, 1 }
|
|
0 commit comments