zigbee-herdsman
    Preparing search index...

    Enumeration EzspDecisionBitmask

    This is the policy decision bitmask that controls the trust center decision strategies. The bitmask is modified and extracted from the EzspDecisionId for supporting bitmask operations. uint16_t

    Index

    Enumeration Members

    ALLOW_JOINS: 1

    Send the network key to all joining devices.

    ALLOW_UNSECURED_REJOINS: 2

    Send the network key to all rejoining devices.

    DEFAULT_CONFIGURATION: 0

    Disallow joins and rejoins.

    DEFER_JOINS: 32

    Delay sending the network key to a new joining device.

    IGNORE_UNSECURED_REJOINS: 8

    Do nothing for unsecured rejoins.

    JOINS_USE_INSTALL_CODE_KEY: 16

    Allow joins if there is an entry in the transient key table.

    SEND_KEY_IN_CLEAR: 4

    Send the network key in the clear.