mirror of https://github.com/arendst/Tasmota.git
Matter broken NOCStruct types preventing pairing with HA (#21365)
This commit is contained in:
parent
c07a90bea0
commit
f83c58fa0e
|
@ -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)
|
||||
|
|
|
@ -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] ----------
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue