Macros

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_CLEAR
 plugin device-table clear
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_DISC
 plugin device-table disc [nodeId:2]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_IREMOVE
 plugin device-table iremove [index:2]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_IREPAIR
 plugin device-table irepair [index:2]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_ISEND
 plugin device-table isend [index:2]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_LEAVE
 plugin device-table leave [eui64:8]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_LOAD
 plugin device-table load
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_PRINT
 plugin device-table print
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_REMOVE
 plugin device-table remove [eui64:8]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_REPAIR
 plugin device-table repair [eui64:8]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_SAVE
 plugin device-table save
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_SEND
 plugin device-table send [eui64:8] [endpoint:1]

Detailed Description

The device table plugin demonstrates tracking devices as they join the

gateway's ZigBee network.

Macro Definition Documentation

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_CLEAR

plugin device-table clear

  • Clear the device table
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_DISC

plugin device-table disc [nodeId:2]

  • Force a (re)discovery of the device based on the node ID.
    • nodeId - INT16U - Node ID to discover.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_IREMOVE

plugin device-table iremove [index:2]

  • Remove device from device table.
    • index - INT16U - Device table index.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_IREPAIR

plugin device-table irepair [index:2]

  • Kick off device route repair.
    • index - INT16U - Device table index.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_ISEND

plugin device-table isend [index:2]

  • Send to device in device table.
    • index - INT16U - Device table index.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_LEAVE

plugin device-table leave [eui64:8]

  • Remove device from device table.
    • eui64 - IEEE_ADDRESS - EUI64 of device.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_LOAD

plugin device-table load

  • Load the file.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_PRINT

plugin device-table print

  • Print the device table.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_REMOVE

plugin device-table remove [eui64:8]

  • Remove device from device table.
    • eui64 - IEEE_ADDRESS - EUI64 of device.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_REPAIR

plugin device-table repair [eui64:8]

  • Kick off device route repair.
    • eui64 - IEEE_ADDRESS - EUI64 of device.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_SAVE

plugin device-table save

  • Save the file.
#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_DEVICE_TABLE_PLUGIN_DEVICE_TABLE_SEND

plugin device-table send [eui64:8] [endpoint:1]

  • Send to device in device table.
    • eui64 - IEEE_ADDRESS - EUI64 of device.
    • endpoint - INT8U - Endpoint of device.