Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 519704b

Browse files
authoredFeb 23, 2025··
Update rootnode_rainsensor_a7aa5d7738.zap
1 parent e279f4c commit 519704b

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed
 

‎examples/chef/devices/rootnode_rainsensor_a7aa5d7738.zap

+32-8
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
}
1818
],
1919
"package": [
20-
{
21-
"pathRelativity": "relativeToZap",
22-
"path": "../../../src/app/zap-templates/app-templates.json",
23-
"type": "gen-templates-json",
24-
"category": "matter",
25-
"version": "chip-v1"
26-
},
2720
{
2821
"pathRelativity": "relativeToZap",
2922
"path": "../../../src/app/zap-templates/zcl/zcl.json",
3023
"type": "zcl-properties",
3124
"category": "matter",
3225
"version": 1,
3326
"description": "Matter SDK ZCL data"
27+
},
28+
{
29+
"pathRelativity": "relativeToZap",
30+
"path": "../../../src/app/zap-templates/app-templates.json",
31+
"type": "gen-templates-json",
32+
"category": "matter",
33+
"version": "chip-v1"
3434
}
3535
],
3636
"endpointTypes": [
@@ -1584,6 +1584,30 @@
15841584
"source": "client",
15851585
"isIncoming": 1,
15861586
"isEnabled": 1
1587+
},
1588+
{
1589+
"name": "SetVidVerificationStatement",
1590+
"code": 12,
1591+
"mfgCode": null,
1592+
"source": "client",
1593+
"isIncoming": 1,
1594+
"isEnabled": 1
1595+
},
1596+
{
1597+
"name": "SignVidVerificationRequest",
1598+
"code": 13,
1599+
"mfgCode": null,
1600+
"source": "client",
1601+
"isIncoming": 1,
1602+
"isEnabled": 1
1603+
},
1604+
{
1605+
"name": "SignVidVerificationResponse",
1606+
"code": 14,
1607+
"mfgCode": null,
1608+
"source": "server",
1609+
"isIncoming": 0,
1610+
"isEnabled": 1
15871611
}
15881612
],
15891613
"attributes": [
@@ -2738,4 +2762,4 @@
27382762
"parentEndpointIdentifier": 0
27392763
}
27402764
]
2741-
}
2765+
}

0 commit comments

Comments
 (0)
Please sign in to comment.