zigbee-herdsman
    Preparing search index...

    Enumeration EmberNodeType

    Defines the possible types of nodes and the roles that a node might play in a network.

    Index

    Enumeration Members

    COORDINATOR: 1

    Will relay messages and can act as a parent to other nodes.

    END_DEVICE: 3

    Communicates only with its parent and will not relay messages.

    ROUTER: 2

    Will relay messages and can act as a parent to other nodes.

    S2S_INITIATOR_DEVICE: 5

    Sleepy end device which transmits with wake up frames (CSL).

    S2S_TARGET_DEVICE: 6

    Sleepy end device which duty cycles the radio Rx (CSL).

    SLEEPY_END_DEVICE: 4

    An end device whose radio can be turned off to save power. The application must call ::emberPollForData() to receive messages.

    UNKNOWN_DEVICE: 0

    The device is not joined.