Skip to content

Commit

Permalink
Disable struct attributes, they cause Cirque to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkov committed Dec 10, 2021
1 parent 99a218c commit f311b53
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 221 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13515,7 +13515,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"included": 1,
"included": 0,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
Expand All @@ -13530,7 +13530,7 @@
"code": 2,
"mfgCode": null,
"side": "server",
"included": 1,
"included": 0,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
Expand Down Expand Up @@ -13920,7 +13920,7 @@
"code": 3,
"mfgCode": null,
"side": "server",
"included": 1,
"included": 0,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
Expand Down Expand Up @@ -14526,7 +14526,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"included": 1,
"included": 0,
"storageOption": "External",
"singleton": 0,
"bounded": 0,
Expand Down Expand Up @@ -19430,4 +19430,4 @@
}
],
"log": []
}
}
80 changes: 5 additions & 75 deletions src/controller/data_model/controller-clusters.zap
Original file line number Diff line number Diff line change
Expand Up @@ -1895,32 +1895,7 @@
"define": "BASIC_CLUSTER",
"side": "server",
"enabled": 0,
"commands": [
{
"name": "StartUp",
"code": 0,
"mfgCode": null,
"source": "server",
"incoming": 0,
"outgoing": 0
},
{
"name": "ShutDown",
"code": 1,
"mfgCode": null,
"source": "server",
"incoming": 0,
"outgoing": 0
},
{
"name": "Leave",
"code": 2,
"mfgCode": null,
"source": "server",
"incoming": 0,
"outgoing": 0
}
],
"commands": [],
"attributes": [
{
"name": "InteractionModelVersion",
Expand Down Expand Up @@ -10632,7 +10607,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"included": 1,
"included": 0,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
Expand All @@ -10647,7 +10622,7 @@
"code": 2,
"mfgCode": null,
"side": "server",
"included": 1,
"included": 0,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
Expand Down Expand Up @@ -11067,7 +11042,7 @@
"code": 3,
"mfgCode": null,
"side": "server",
"included": 1,
"included": 0,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
Expand Down Expand Up @@ -11122,21 +11097,6 @@
"maxInterval": 65344,
"reportableChange": 0
},
{
"name": "seek range start",
"code": 7,
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "",
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
"reportableChange": 0
},
{
"name": "AttributeList",
"code": 65531,
Expand Down Expand Up @@ -11810,7 +11770,7 @@
"code": 1,
"mfgCode": null,
"side": "server",
"included": 1,
"included": 0,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
Expand All @@ -11820,21 +11780,6 @@
"maxInterval": 65534,
"reportableChange": 0
},
{
"name": "application id",
"code": 2,
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x00",
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
"reportableChange": 0
},
{
"name": "AttributeList",
"code": 65531,
Expand Down Expand Up @@ -12016,21 +11961,6 @@
"maxInterval": 65344,
"reportableChange": 0
},
{
"name": "allowed vendor list",
"code": 7,
"mfgCode": null,
"side": "server",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
"defaultValue": "0x01",
"reportable": 1,
"minInterval": 0,
"maxInterval": 65344,
"reportableChange": 0
},
{
"name": "AttributeList",
"code": 65531,
Expand Down
8 changes: 0 additions & 8 deletions src/controller/java/zap-generated/CHIPCallbackTypes.h

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

26 changes: 0 additions & 26 deletions src/controller/python/chip/clusters/CHIPClusters.py

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

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

Loading

0 comments on commit f311b53

Please sign in to comment.