Skip to content

Commit 2433559

Browse files
committed
Initial version of Joint Fabric implementation
1 parent b2a86bd commit 2433559

File tree

90 files changed

+36636
-3735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+36636
-3735
lines changed

.github/workflows/tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ jobs:
150150
src/app/zap-templates/zcl/data-model/chip/group-key-mgmt-cluster.xml \
151151
src/app/zap-templates/zcl/data-model/chip/identify-cluster.xml \
152152
src/app/zap-templates/zcl/data-model/chip/illuminance-measurement-cluster.xml \
153+
src/app/zap-templates/zcl/data-model/chip/joint-fabric-datastore-cluster.xml \
154+
src/app/zap-templates/zcl/data-model/chip/joint-fabric-administrator-cluster.xml \
153155
src/app/zap-templates/zcl/data-model/chip/keypad-input-cluster.xml \
154156
src/app/zap-templates/zcl/data-model/chip/laundry-washer-mode-cluster.xml \
155157
src/app/zap-templates/zcl/data-model/chip/laundry-dryer-controls-cluster.xml \

docs/ids_and_codes/zap_clusters.md

+2
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ Generally regenerate using one of:
139139
| 1366 | 0x556 | Chime |
140140
| 1872 | 0x750 | EcosystemInformation |
141141
| 1873 | 0x751 | CommissionerControl |
142+
| 1874 | 0x752 | JointFabricDatastore |
143+
| 1875 | 0x753 | JointFabricAdministrator |
142144
| 2049 | 0x801 | TlsCertificateManagement |
143145
| 2050 | 0x802 | TlsClientManagement |
144146
| 4294048773 | 0xFFF1FC05 | UnitTesting |

0 commit comments

Comments
 (0)