Skip to content

Commit cda0fdd

Browse files
committedJan 23, 2025
Addition regen artifacts
1 parent 4b86731 commit cda0fdd

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed
 

‎scripts/tools/zap/tests/outputs/lighting-app/app-templates/endpoint_config.h

+13-5
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,14 @@
118118
/* Endpoint: 1, Cluster: On/Off (server) */ \
119119
{ (uint16_t) 0xFF, (uint16_t) 0x0, (uint16_t) 0x2 }, /* StartUpOnOff */ \
120120
\
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 */ \
124124
\
125125
/* 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 */ \
127129
}
128130

129131
// This is an array of EmberAfAttributeMetadata structures.
@@ -1231,7 +1233,13 @@ static_assert(ATTRIBUTE_LARGEST <= CHIP_CONFIG_MAX_ATTRIBUTE_STORE_ELEMENT_SIZE,
12311233
#define FIXED_PROFILE_IDS { 0x0103, 0x0103 }
12321234

12331235
// 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+
}
12351243

12361244
// Array of device type offsets
12371245
#define FIXED_DEVICE_TYPE_OFFSETS { 0, 1 }

0 commit comments

Comments
 (0)