Skip to content

Commit

Permalink
Enable cient side clusters.
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton36 committed Jan 21, 2022
1 parent b519c8e commit 489627d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions examples/placeholder/linux/apps/app1/config.zap
Original file line number Diff line number Diff line change
Expand Up @@ -899,79 +899,79 @@
"mfgCode": null,
"define": "OPERATIONAL_CREDENTIALS_CLUSTER",
"side": "client",
"enabled": 0,
"enabled": 1,
"commands": [
{
"name": "AttestationRequest",
"code": 0,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "CertificateChainRequest",
"code": 2,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "OpCSRRequest",
"code": 4,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "AddNOC",
"code": 6,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "UpdateNOC",
"code": 7,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "UpdateFabricLabel",
"code": 9,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "RemoveFabric",
"code": 10,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "AddTrustedRootCertificate",
"code": 11,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "RemoveTrustedRootCertificate",
"code": 12,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
}
],
"attributes": [
Expand Down
20 changes: 10 additions & 10 deletions examples/placeholder/linux/apps/app2/config.zap
Original file line number Diff line number Diff line change
Expand Up @@ -899,79 +899,79 @@
"mfgCode": null,
"define": "OPERATIONAL_CREDENTIALS_CLUSTER",
"side": "client",
"enabled": 0,
"enabled": 1,
"commands": [
{
"name": "AttestationRequest",
"code": 0,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "CertificateChainRequest",
"code": 2,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "OpCSRRequest",
"code": 4,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "AddNOC",
"code": 6,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "UpdateNOC",
"code": 7,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "UpdateFabricLabel",
"code": 9,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "RemoveFabric",
"code": 10,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "AddTrustedRootCertificate",
"code": 11,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
},
{
"name": "RemoveTrustedRootCertificate",
"code": 12,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"outgoing": 1
}
],
"attributes": [
Expand Down

0 comments on commit 489627d

Please sign in to comment.