Smart Energy Registration#
API and Callbacks for the Smart Energy Registration Component.
Silicon Labs implementation of Smart Energy Registration. The component performs key establishment with the trust center when the node joins a network. If the application implements Messaging, Price, or DRLC client clusters, the component also discovers ESIs on the network and performs partner link key exchange and binding with each ESI it discovers. ESI discovery requires the ESI Management component, in which the number of supported ESIs can be configured. The frequency with which ESIs are rediscovered is configurable. These options are ignored if the application does not implement Messaging, Price, or DRLC client clusters. Registration is not required for trust centers, so this component should be disabled if the device is acting as the trust center.
Macros#
Macro Definition Documentation#
SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_ERROR_LIMIT#
#define SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_ERROR_LIMITValue:
3
54
of file app/framework/plugin/smart-energy-registration/smart-energy-registration.h
SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_DELAY_INITIAL#
#define SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_DELAY_INITIALValue:
(MILLISECOND_TICKS_PER_SECOND << 2)
57
of file app/framework/plugin/smart-energy-registration/smart-energy-registration.h
SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_DELAY_RETRY#
#define SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_DELAY_RETRYValue:
(MILLISECOND_TICKS_PER_SECOND << 5)
58
of file app/framework/plugin/smart-energy-registration/smart-energy-registration.h
SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_DELAY_BRIEF#
#define SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_DELAY_BRIEFValue:
(MILLISECOND_TICKS_PER_SECOND << 3)
59
of file app/framework/plugin/smart-energy-registration/smart-energy-registration.h
SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_DELAY_RESUME#
#define SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_DELAY_RESUMEValue:
(MILLISECOND_TICKS_PER_SECOND >> 1)
60
of file app/framework/plugin/smart-energy-registration/smart-energy-registration.h
SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_DELAY_TRANSITION#
#define SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_DELAY_TRANSITIONValue:
(MILLISECOND_TICKS_PER_SECOND >> 2)
61
of file app/framework/plugin/smart-energy-registration/smart-energy-registration.h
SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_DELAY_NONE#
#define SL_ZIGBEE_AF_PLUGIN_SMART_ENERGY_REGISTRATION_DELAY_NONEValue:
0
62
of file app/framework/plugin/smart-energy-registration/smart-energy-registration.h