Skip to content

Commit

Permalink
Cleaning up .matter file diffs
Browse files Browse the repository at this point in the history
JIRA: ZAPP-1113
  • Loading branch information
brdandu committed Oct 6, 2023
1 parent 6976817 commit a08c131
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 25 deletions.
48 changes: 24 additions & 24 deletions examples/chef/devices/rootnode_roboticvacuumcleaner_1807ff0c49.zap
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
}
],
"package": [
{
"pathRelativity": "relativeToZap",
"path": "../../../src/app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"version": "chip-v1"
},
{
"pathRelativity": "relativeToZap",
"path": "../../../src/app/zap-templates/zcl/zcl.json",
"type": "zcl-properties",
"category": "matter",
"version": 1,
"description": "Matter SDK ZCL data"
},
{
"pathRelativity": "relativeToZap",
"path": "../../../src/app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"version": "chip-v1"
}
],
"endpointTypes": [
Expand Down Expand Up @@ -2786,7 +2786,7 @@
"side": "server",
"type": "array",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
Expand All @@ -2802,7 +2802,7 @@
"side": "server",
"type": "int8u",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
Expand All @@ -2818,7 +2818,7 @@
"side": "server",
"type": "int8u",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
Expand All @@ -2834,7 +2834,7 @@
"side": "server",
"type": "int8u",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
Expand Down Expand Up @@ -2974,7 +2974,7 @@
"side": "server",
"type": "array",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
Expand All @@ -2990,7 +2990,7 @@
"side": "server",
"type": "int8u",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
Expand All @@ -3006,7 +3006,7 @@
"side": "server",
"type": "int8u",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
Expand All @@ -3022,7 +3022,7 @@
"side": "server",
"type": "int8u",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
Expand Down Expand Up @@ -3150,16 +3150,16 @@
"code": 1,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "Start",
"code": 2,
"mfgCode": null,
"source": "client",
"incoming": 1,
"outgoing": 0
"isIncoming": 1,
"isEnabled": 1
},
{
"name": "Resume",
Expand All @@ -3186,7 +3186,7 @@
"side": "server",
"type": "array",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
Expand All @@ -3202,7 +3202,7 @@
"side": "server",
"type": "int8u",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
Expand All @@ -3218,7 +3218,7 @@
"side": "server",
"type": "elapsed_s",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
Expand All @@ -3234,7 +3234,7 @@
"side": "server",
"type": "array",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
Expand All @@ -3250,7 +3250,7 @@
"side": "server",
"type": "enum8",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
Expand All @@ -3266,7 +3266,7 @@
"side": "server",
"type": "ErrorStateStruct",
"included": 1,
"storageOption": "NVM",
"storageOption": "External",
"singleton": 0,
"bounded": 0,
"defaultValue": "0",
Expand Down
11 changes: 10 additions & 1 deletion examples/log-source-app/log-source-common/log-source-app.zap
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,14 @@
"source": "server",
"isIncoming": 0,
"isEnabled": 1
},
{
"name": "RetrieveLogsResponse",
"code": 1,
"mfgCode": null,
"source": "server",
"isIncoming": 1,
"isEnabled": 1
}
]
},
Expand Down Expand Up @@ -747,5 +755,6 @@
"endpointId": 0,
"networkId": 0
}
]
],
"log": []
}

0 comments on commit a08c131

Please sign in to comment.