Skip to content

Commit

Permalink
update thermostat.matter file
Browse files Browse the repository at this point in the history
  • Loading branch information
kurvaSai committed Dec 9, 2022
1 parent 09f01d1 commit 59e9a53
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions examples/thermostat/thermostat-common/thermostat.matter
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ server cluster Descriptor = 29 {
}

server cluster Binding = 30 {
struct TargetStruct {
fabric_scoped struct TargetStruct {
optional node_id node = 1;
optional group_id group = 2;
optional endpoint_no endpoint = 3;
Expand Down Expand Up @@ -293,11 +293,11 @@ server cluster AccessControl = 31 {
kAdminister = 5;
}

struct AccessControlEntry {
Privilege privilege = 1;
AuthMode authMode = 2;
nullable int64u subjects[] = 3;
nullable Target targets[] = 4;
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;
fabric_idx fabricIndex = 254;
}

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

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

info event access(read: administer) AccessControlEntryChanged = 0 {
fabric_sensitive 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;
}

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

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

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

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

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

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

0 comments on commit 59e9a53

Please sign in to comment.