Skip to content

Commit

Permalink
Undo 'Update contact-sensor-app matter file' from master PR
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Menzopol <[email protected]>
  • Loading branch information
andrei-menzopol committed Oct 14, 2022
1 parent 08b56d9 commit e2e4fc2
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ server cluster AccessControl = 31 {
kAdminister = 5;
}

fabric_scoped struct AccessControlEntry {
fabric_sensitive Privilege privilege = 1;
fabric_sensitive AuthMode authMode = 2;
nullable fabric_sensitive int64u subjects[] = 3;
nullable fabric_sensitive Target targets[] = 4;
struct AccessControlEntry {
Privilege privilege = 1;
AuthMode authMode = 2;
nullable int64u subjects[] = 3;
nullable Target targets[] = 4;
fabric_idx fabricIndex = 254;
}

Expand All @@ -162,20 +162,20 @@ server cluster AccessControl = 31 {
nullable devtype_id deviceType = 2;
}

fabric_scoped struct ExtensionEntry {
fabric_sensitive octet_string<128> data = 1;
struct ExtensionEntry {
octet_string<128> data = 1;
fabric_idx fabricIndex = 254;
}

fabric_sensitive info event access(read: administer) AccessControlEntryChanged = 0 {
info event access(read: administer) AccessControlEntryChanged = 0 {
nullable node_id adminNodeID = 1;
nullable INT16U adminPasscodeID = 2;
ChangeTypeEnum changeType = 3;
nullable AccessControlEntry latestValue = 4;
fabric_idx fabricIndex = 254;
}

fabric_sensitive info event access(read: administer) AccessControlExtensionChanged = 1 {
info event access(read: administer) AccessControlExtensionChanged = 1 {
nullable node_id adminNodeID = 1;
nullable INT16U adminPasscodeID = 2;
ChangeTypeEnum changeType = 3;
Expand Down Expand Up @@ -330,7 +330,7 @@ server cluster OtaSoftwareUpdateRequestor = 42 {
kDelayedOnUserConsent = 8;
}

fabric_scoped struct ProviderLocation {
struct ProviderLocation {
node_id providerNodeID = 1;
endpoint_no endpoint = 2;
fabric_idx fabricIndex = 254;
Expand Down Expand Up @@ -1062,13 +1062,13 @@ server cluster OperationalCredentials = 62 {
kInvalidFabricIndex = 11;
}

fabric_scoped struct NOCStruct {
fabric_sensitive octet_string noc = 1;
nullable fabric_sensitive octet_string icac = 2;
struct NOCStruct {
octet_string noc = 1;
nullable octet_string icac = 2;
fabric_idx fabricIndex = 254;
}

fabric_scoped struct FabricDescriptor {
struct FabricDescriptor {
octet_string<65> rootPublicKey = 1;
vendor_id vendorId = 2;
fabric_id fabricId = 3;
Expand Down Expand Up @@ -1160,13 +1160,13 @@ server cluster GroupKeyManagement = 63 {
kCacheAndSync = 1;
}

fabric_scoped struct GroupKeyMapStruct {
struct GroupKeyMapStruct {
group_id groupId = 1;
int16u groupKeySetID = 2;
fabric_idx fabricIndex = 254;
}

fabric_scoped struct GroupInfoMapStruct {
struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
optional char_string<16> groupName = 3;
Expand Down

0 comments on commit e2e4fc2

Please sign in to comment.