Fix hidden invalid character

This commit is contained in:
s-hadinger 2023-09-13 13:45:53 +02:00 committed by GitHub
parent cb4671ee88
commit 34cea00ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ class Matter_Plugin_Root : Matter_Plugin
return tlv_solo.set(TLV.U1, fabric_actice) # number of active fabrics
elif attribute == 0x0004 # ---------- TrustedRootCertificates / list[octstr] ----------
# TODO
elif attribute == 0x0005 # ---------- Current­ FabricIndex / u1 ----------
elif attribute == 0x0005 # ---------- Current FabricIndex / u1 ----------
var fab_index = session._fabric.get_fabric_index()
if fab_index == nil fab_index = 0 end # if PASE session, then the fabric index should be zero
return tlv_solo.set(TLV.U1, fab_index) # number of active sessions