Skip to content

Commit

Permalink
tagging rootNode as a mandatory device type in zcl.json for ZAP (proj…
Browse files Browse the repository at this point in the history
…ect-chip#35757)

* tagging rootNode as a mandatory device type in zcl.json for ZAP to consume

* Update zcl-with-test-extensions.json
  • Loading branch information
paulr34 authored and yyzhong-g committed Dec 11, 2024
1 parent 2a0d180 commit 5f95887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/zap-templates/zcl/zcl-with-test-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@
],
"Service Area": ["CurrentArea", "EstimatedEndTime", "FeatureMap"]
},
"mandatoryDeviceTypes": "0x0016",
"defaultReportingPolicy": "mandatory",
"ZCLDataTypes": ["ARRAY", "BITMAP", "ENUM", "NUMBER", "STRING", "STRUCT"],
"fabricHandling": {
Expand Down
1 change: 1 addition & 0 deletions src/app/zap-templates/zcl/zcl.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@
],
"Service Area": ["CurrentArea", "EstimatedEndTime", "FeatureMap"]
},
"mandatoryDeviceTypes": "0x0016",
"defaultReportingPolicy": "mandatory",
"ZCLDataTypes": ["ARRAY", "BITMAP", "ENUM", "NUMBER", "STRING", "STRUCT"],
"fabricHandling": {
Expand Down

0 comments on commit 5f95887

Please sign in to comment.