Skip to content

Commit

Permalink
Remove OTA Provider Client in all-clusters-app (#12722)
Browse files Browse the repository at this point in the history
  • Loading branch information
wqx6 authored and pull[bot] committed Jan 13, 2022
1 parent d590a9e commit 1083439
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 612 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1382,30 +1382,30 @@
"mfgCode": null,
"define": "OTA_PROVIDER_CLUSTER",
"side": "client",
"enabled": 1,
"enabled": 0,
"commands": [
{
"name": "QueryImage",
"code": 0,
"mfgCode": null,
"source": "client",
"incoming": 0,
"incoming": 1,
"outgoing": 1
},
{
"name": "ApplyUpdateRequest",
"code": 1,
"mfgCode": null,
"source": "client",
"incoming": 0,
"incoming": 1,
"outgoing": 1
},
{
"name": "NotifyUpdateApplied",
"code": 2,
"mfgCode": null,
"source": "client",
"incoming": 0,
"incoming": 1,
"outgoing": 1
}
],
Expand All @@ -1415,12 +1415,12 @@
"code": 65533,
"mfgCode": null,
"side": "client",
"included": 0,
"included": 1,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x0001",
"reportable": 0,
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
"reportableChange": 0
Expand Down Expand Up @@ -20163,4 +20163,4 @@
"deviceIdentifier": 22
}
]
}
}
4 changes: 1 addition & 3 deletions src/app/tests/suites/TestDescriptorCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ tests:
command: "readAttribute"
attribute: "Client List"
response:
value: [
0x0029, # OTA Software Update Provider
]
value: []

- label: "Read attribute Parts list"
command: "readAttribute"
Expand Down
3 changes: 1 addition & 2 deletions src/darwin/Framework/CHIPTests/CHIPClustersTests.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

156 changes: 0 additions & 156 deletions zzz_generated/all-clusters-app/zap-generated/CHIPClientCallbacks.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 0 additions & 24 deletions zzz_generated/all-clusters-app/zap-generated/CHIPClientCallbacks.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1083439

Please sign in to comment.