mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 08:46:32 +00:00
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)
|
- Compilation of Ethernet when SPI drivers are disabled (#21321)
|
||||||
- Conflicting log_level definitions in NimBLE (#21337)
|
- Conflicting log_level definitions in NimBLE (#21337)
|
||||||
- Avoid unwanted OTA upgrade when safeboot starts for the first time
|
- Avoid unwanted OTA upgrade when safeboot starts for the first time
|
||||||
|
- Matter broken NOCStruct types preventing pairing with HA
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- LVGL disabled vector graphics (#21242)
|
- LVGL disabled vector graphics (#21242)
|
||||||
|
@ -159,7 +159,7 @@ class Matter_Plugin_Root : Matter_Plugin
|
|||||||
var nocs = nocl.add_struct(nil)
|
var nocs = nocl.add_struct(nil)
|
||||||
nocs.add_TLV(1, TLV.B2, loc_fabric.get_noc()) # NOC
|
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(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
|
end
|
||||||
return nocl
|
return nocl
|
||||||
elif attribute == 0x0001 # ---------- Fabrics / list[FabricDescriptorStruct] ----------
|
elif attribute == 0x0001 # ---------- Fabrics / list[FabricDescriptorStruct] ----------
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user