Matter broken NOCStruct types preventing pairing with HA (#21365)

This commit is contained in:
s-hadinger 2024-05-05 21:52:10 +02:00 committed by GitHub
parent c07a90bea0
commit f83c58fa0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 589 additions and 589 deletions

View File

@ -48,6 +48,7 @@ All notable changes to this project will be documented in this file.
- Compilation of Ethernet when SPI drivers are disabled (#21321)
- Conflicting log_level definitions in NimBLE (#21337)
- Avoid unwanted OTA upgrade when safeboot starts for the first time
- Matter broken NOCStruct types preventing pairing with HA
### Removed
- LVGL disabled vector graphics (#21242)

View File

@ -159,7 +159,7 @@ class Matter_Plugin_Root : Matter_Plugin
var nocs = nocl.add_struct(nil)
nocs.add_TLV(1, TLV.B2, loc_fabric.get_noc()) # NOC
nocs.add_TLV(2, TLV.B2, loc_fabric.get_icac()) # ICAC
nocs.add_TLV(matter.AGGREGATOR_ENDPOINT, TLV.U2, loc_fabric.get_fabric_index()) # Label
nocs.add_TLV(0xFE, TLV.U2, loc_fabric.get_fabric_index()) # Label
end
return nocl
elif attribute == 0x0001 # ---------- Fabrics / list[FabricDescriptorStruct] ----------