zigbee-on-host
    Preparing search index...

    R23 changes the "recommended" way to backup by introducing hash-based keys restoration. Devices pre-R23 require backing up the actual keys.

    type Backup = {
        apsBindingTable: Map<number, APSBindingTable>;
        apsDeviceKeyPairSet: Map<number, Partial<APSDeviceKeyPairSet>>;
        nwkActiveKeySeqNum: number;
        nwkChannel: number;
        nwkExtendedPANId: bigint;
        nwkIEEEAddress: bigint;
        nwkPANId: bigint;
        nwkSecurityMaterialSet: NWKSecurityMaterialSet;
        trustCenterPolicies: TrustCenterPolicies;
    }
    Index

    Properties

    apsBindingTable: Map<number, APSBindingTable>
    apsDeviceKeyPairSet: Map<number, Partial<APSDeviceKeyPairSet>>
    nwkActiveKeySeqNum: number
    nwkChannel: number
    nwkExtendedPANId: bigint
    nwkIEEEAddress: bigint
    nwkPANId: bigint
    nwkSecurityMaterialSet: NWKSecurityMaterialSet
    trustCenterPolicies: TrustCenterPolicies