Skip to content

Commit

Permalink
Regenerate generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Oct 24, 2023
1 parent 428cab6 commit 0b55c6b
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7465,14 +7465,18 @@ endpoint 2 {
}
}
endpoint 65534 {
device type ma_secondary_network_commissioning = 61442, version 1;
device type ma_secondary_network_commissioning = 4293984258, version 1;


server cluster Descriptor {
callback attribute deviceTypeList;
callback attribute serverList;
callback attribute clientList;
callback attribute partsList;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
callback attribute attributeList;
ram attribute featureMap default = 0;
callback attribute clusterRevision default = 2;
}
Expand All @@ -7486,6 +7490,10 @@ endpoint 65534 {
callback attribute lastNetworkingStatus;
callback attribute lastNetworkID;
callback attribute lastConnectErrorValue;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
callback attribute attributeList;
callback attribute featureMap default = 0;
callback attribute clusterRevision default = 1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5014,14 +5014,18 @@ endpoint 2 {
}
}
endpoint 65534 {
device type ma_secondary_network_commissioning = 61442, version 1;
device type ma_secondary_network_commissioning = 4293984258, version 1;


server cluster Descriptor {
callback attribute deviceTypeList;
callback attribute serverList;
callback attribute clientList;
callback attribute partsList;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
callback attribute attributeList;
ram attribute featureMap default = 0;
callback attribute clusterRevision default = 1;
}
Expand All @@ -5035,6 +5039,10 @@ endpoint 65534 {
callback attribute lastNetworkingStatus;
callback attribute lastNetworkID;
callback attribute lastConnectErrorValue;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
callback attribute attributeList;
callback attribute featureMap default = 0;
callback attribute clusterRevision default = 1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ server cluster OperationalCredentials = 62 {
}

endpoint 0 {
device type ma_all_clusters_app = 0, version 1;
device type ma_all_clusters_app = 4293984259, version 1;


server cluster AccessControl {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1411,14 +1411,18 @@ endpoint 1 {
}
}
endpoint 65534 {
device type ma_secondary_network_commissioning = 61442, version 1;
device type ma_secondary_network_commissioning = 4293984258, version 1;


server cluster Descriptor {
callback attribute deviceTypeList;
callback attribute serverList;
callback attribute clientList;
callback attribute partsList;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
callback attribute attributeList;
ram attribute featureMap default = 0;
callback attribute clusterRevision default = 1;
}
Expand All @@ -1432,6 +1436,10 @@ endpoint 65534 {
callback attribute lastNetworkingStatus;
callback attribute lastNetworkID;
callback attribute lastConnectErrorValue;
callback attribute generatedCommandList;
callback attribute acceptedCommandList;
callback attribute eventList;
callback attribute attributeList;
callback attribute featureMap default = 0;
callback attribute clusterRevision default = 1;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3058,9 +3058,9 @@ static_assert(ATTRIBUTE_LARGEST <= CHIP_CONFIG_MAX_ATTRIBUTE_STORE_ELEMENT_SIZE,
// Array of device types
#define FIXED_DEVICE_TYPES \
{ \
{ 0x0011, 1 }, { 0x0016, 1 }, { 0x0100, 1 }, { 0x0011, 1 }, { 0x0100, 1 }, { 0x0011, 1 }, \
{ 0x00000011, 1 }, { 0x00000016, 1 }, { 0x00000100, 1 }, { 0x00000011, 1 }, { 0x00000100, 1 }, { 0x00000011, 1 }, \
{ \
0xF002, 1 \
0xFFF10002, 1 \
} \
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1186,9 +1186,9 @@ static_assert(ATTRIBUTE_LARGEST <= CHIP_CONFIG_MAX_ATTRIBUTE_STORE_ELEMENT_SIZE,
// Array of device types
#define FIXED_DEVICE_TYPES \
{ \
{ 0x0016, 1 }, \
{ 0x00000016, 1 }, \
{ \
0x0101, 1 \
0x00000101, 1 \
} \
}

Expand Down

0 comments on commit 0b55c6b

Please sign in to comment.