zigbee-herdsman
    Preparing search index...

    Type Alias EmberCurrentSecurityState

    This describes the security features used by the stack for a joined device.

    type EmberCurrentSecurityState = {
        bitmask: EmberCurrentSecurityBitmask;
        trustCenterLongAddress: EUI64;
    }
    Index

    Properties

    This bitmask indicates the security features currently in use on this node.

    trustCenterLongAddress: EUI64

    This indicates the EUI64 of the Trust Center. It will be all zeroes if the Trust Center Address is not known (i.e., the device is in a Distributed Trust Center network).