Green Power Server#
API and Callbacks for the Green Power Cluster Server Component.
A component implementing the server-side functionality of the Green Power cluster.
Modules#
sl_zigbee_af_green_power_server_commissioning_state_t
sli_zigbee_gp_device_id_and_command_map_t
sli_zigbee_gp_device_id_and_cluster_map_t
sli_zigbee_gp_comm_data_saved_t
API#
Get a GPD commissioning instance in a multiple GPD commissioning session.
Delete a GPD commissioning instance in a multiple GPD commissioning session.
Extend the commissioning window of a commissioning session.
Get the commissioning state of the green power server.
Derive the shared key from the sink attributes.
Clears the entry for a GPD in sink table.
Enumerations#
Variables#
Functions#
Macros#
API Documentation#
sl_zigbee_af_green_power_server_find_commissioning_gpd_instance#
sl_zigbee_commissioning_gpd_t * sl_zigbee_af_green_power_server_find_commissioning_gpd_instance (sl_zigbee_gp_address_t * gpdAddr)
Get a GPD commissioning instance in a multiple GPD commissioning session.
N/A | gpdAddr | GPD address Ver.: always |
The green power server can be configured to allow multiple GPDs to commission within a commissioning session. Given a GPD instance address, this function will find the currently-commissioning GPD instance. This is a helpful indicator of the commissioning progress of a given GPD when multi GPDS are commissioning in a commissioning window.
Returns
Information on the commissioning pointed by a structure sli_zigbee_gp_comm_data_saved_t type about the GPD.
232
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_af_green_power_server_delete_commissioning_gpd_instance#
void sl_zigbee_af_green_power_server_delete_commissioning_gpd_instance (sl_zigbee_gp_address_t * gpdAddr)
Delete a GPD commissioning instance in a multiple GPD commissioning session.
N/A | gpdAddr | GPD address Ver.: always |
The green power server can be configured to allow multiple GPDs to commission within a commissioning session. Given a GPD instance address, this function will find and delete the currently-commissioning GPD instance. This is a helpful way to remove unwanted GPD instances in a multiple GPD commissioning session.
245
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_af_green_power_cluster_gp_sink_commissioning_window_extend#
void sl_zigbee_af_green_power_cluster_gp_sink_commissioning_window_extend (uint16_t commissioningWindow)
Extend the commissioning window of a commissioning session.
N/A | commissioningWindow | Commissioning window to be extended from this point in time in seconds Ver.: always |
This is a helper function that sends out a proxy commissioning mode from the server side to all proxies in the network. It internally uses the same parameters used previously in the proxy commissioning mode with action = enter.
257
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_af_green_power_cluster_get_server_commissioning_sate#
sl_zigbee_af_green_power_server_commissioning_state_t * sl_zigbee_af_green_power_cluster_get_server_commissioning_sate (void )
Get the commissioning state of the green power server.
N/A |
This function gets the commissioning state of the green power server.
Returns
Server commissioning state and related parameters pointed by structure sl_zigbee_af_green_power_server_commissioning_state_t Ver.: always
267
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_af_green_power_server_derive_shared_key_from_sink_attribute
sl_zigbee_af_status_t sl_zigbee_af_green_power_server_derive_shared_key_from_sink_attribute (uint8_t * gpsSecurityKeyTypeAtrribute, sl_zigbee_key_data_t * gpSharedKeyAttribute, sl_zigbee_gp_address_t * gpdAddr)
Derive the shared key from the sink attributes.
N/A | gpsSecurityKeyTypeAtrribute | Security key type attribute as input |
N/A | gpSharedKeyAttribute | Security key attribute as output |
N/A | gpdAddr | GPD address |
This function derives the shared key used in green power server side using the respective security attribute values.
Returns
Status of the key derivation Ver.: always
281
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_af_green_power_server_remove_sink_entry#
void sl_zigbee_af_green_power_server_remove_sink_entry (sl_zigbee_gp_address_t * gpdAddr)
Clears the entry for a GPD in sink table.
N/A | gpdAddr | GPD address Ver.: always |
This function clears the entries in the sink table for a given gpd. In a sink table, there is unique entry for each GPD based on its addressing. When the GPD addressing uses application id=0b000 with 32 bit sourceId, there is just one entry for each GPD. But, when the GPD addressing with application Id=0b010 that is EUI64 with endpoint id, for each unique endpoint, there can be an entry in sink table. Hence, when this function is called with application Id=0b010,EUI64 with endpoint id=0xff(all endpoints), it clears all the entry for that GPD with supplied EUI64. With clear up the gpd from sink table it also clears the translation table for that GPD.
299
of file app/framework/plugin/green-power-server/green-power-server.h
Enumeration Documentation#
GreenPowerServerGPSNodeState#
GreenPowerServerGPSNodeState
Enumerator | |
---|---|
GREEN_POWER_SERVER_GPS_NODE_STATE_NOT_IN_NETWORK | |
GREEN_POWER_SERVER_GPS_NODE_STATE_IN_NETWORK |
61
of file app/framework/plugin/green-power-server/green-power-server.h
GreenPowerServerSinkTableAccessType#
GreenPowerServerSinkTableAccessType
Enumerator | |
---|---|
GREEN_POWER_SERVER_SINK_TABLE_ACCESS_TYPE_REMOVE_GPD | |
GREEN_POWER_SERVER_SINK_TABLE_ACCESS_TYPE_ADD_GPD | |
GREEN_POWER_SERVER_SINK_TABLE_ACCESS_TYPE_UNKNOWN |
72
of file app/framework/plugin/green-power-server/green-power-server.h
GPSinkCommState#
GPSinkCommState
Enumerator | |
---|---|
GP_SINK_COMM_STATE_IDLE | |
GP_SINK_COMM_STATE_COLLECT_REPORTS | |
GP_SINK_COMM_STATE_SEND_COMM_REPLY | |
GP_SINK_COMM_STATE_WAIT_FOR_SUCCESS | |
GP_SINK_COMM_STATE_FINALISE_PAIRING | |
GP_SINK_COMM_STATE_PAIRING_DONE |
85
of file app/framework/plugin/green-power-server/green-power-server.h
CommissioningTimeoutType#
CommissioningTimeoutType
Enumerator | |
---|---|
COMMISSIONING_TIMEOUT_TYPE_GENERIC_SWITCH | |
COMMISSIONING_TIMEOUT_TYPE_MULTI_SENSOR | |
COMMISSIONING_TIMEOUT_TYPE_COMMISSIONING_WINDOW_TIMEOUT |
100
of file app/framework/plugin/green-power-server/green-power-server.h
PairingStatus#
PairingStatus
Enumerator | |
---|---|
SINK_PAIRING_STATUS_SUCCESS | |
SINK_PAIRING_STATUS_FAILURE | |
SINK_PAIRING_STATUS_IN_PROGRESS | |
SINK_PAIRING_STATUS_FAIL_NO_MATCHING_FUNCTIONALITY | |
SINK_PAIRING_STATUS_FAIL_ADDING_TRANSLATION | |
SINK_PAIRING_STATUS_FAIL_NO_SPACE_IN_SINK_TABLE | |
SINK_PAIRING_STATUS_FAIL_ENTRY_CORRUPTED |
112
of file app/framework/plugin/green-power-server/green-power-server.h
PreSinkPairingCallbackSource#
PreSinkPairingCallbackSource
Enumerator | |
---|---|
GP_PRE_SINK_PAIRING_CALLBACK_SOURCE_UNKNOWN | |
GP_PRE_SINK_PAIRING_CALLBACK_COMMISSONING_FINALIZE | |
GP_PRE_SINK_PAIRING_CALLBACK_PAIRING_CONFIGURATION |
128
of file app/framework/plugin/green-power-server/green-power-server.h
Typedef Documentation#
sli_zigbee_gps_network_state_t#
typedef uint8_t sli_zigbee_gps_network_state_t
59
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_af_gp_server_sink_table_access_type_t#
typedef uint8_t sl_zigbee_af_gp_server_sink_table_access_type_t
70
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_sink_commission_state_t#
typedef uint8_t sl_zigbee_sink_commission_state_t
83
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_sink_commissioning_timeout_type_t#
typedef uint8_t sl_zigbee_sink_commissioning_timeout_type_t
98
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_sink_pairing_status_t#
typedef uint8_t sl_zigbee_sink_pairing_status_t
110
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_pre_sink_pairing_callback_source_t#
typedef uint8_t sl_zigbee_pre_sink_pairing_callback_source_t
126
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_commissioning_gpd_t#
typedef sli_zigbee_gp_comm_data_saved_t sl_zigbee_commissioning_gpd_t
201
of file app/framework/plugin/green-power-server/green-power-server.h
Variable Documentation#
sl_zigbee_af_green_power_server_generic_switch_commissioning_timeout_event#
sl_zigbee_af_event_t sl_zigbee_af_green_power_server_generic_switch_commissioning_timeout_event
203
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_af_green_power_server_multi_sensor_commissioning_timeout_event#
sl_zigbee_af_event_t sl_zigbee_af_green_power_server_multi_sensor_commissioning_timeout_event
205
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_af_green_power_server_commissioning_window_timeout_event#
sl_zigbee_af_event_t sl_zigbee_af_green_power_server_commissioning_window_timeout_event
207
of file app/framework/plugin/green-power-server/green-power-server.h
Function Documentation#
sl_zigbee_af_green_power_server_generic_switch_commissioning_timeout_event_handler#
void sl_zigbee_af_green_power_server_generic_switch_commissioning_timeout_event_handler (sl_zigbee_af_event_t * event)
N/A | event |
204
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_af_green_power_server_multi_sensor_commissioning_timeout_event_handler#
void sl_zigbee_af_green_power_server_multi_sensor_commissioning_timeout_event_handler (sl_zigbee_af_event_t * event)
N/A | event |
206
of file app/framework/plugin/green-power-server/green-power-server.h
sl_zigbee_af_green_power_server_commissioning_window_timeout_event_handler#
void sl_zigbee_af_green_power_server_commissioning_window_timeout_event_handler (sl_zigbee_af_event_t * event)
N/A | event |
208
of file app/framework/plugin/green-power-server/green-power-server.h
Macro Definition Documentation#
SL_ZIGBEE_AF_GREEN_POWER_GP_SHARED_KEY
#define SL_ZIGBEE_AF_GREEN_POWER_GP_SHARED_KEYValue:
0
36
of file app/framework/plugin/green-power-server/green-power-server.h
SL_ZIGBEE_AF_GREEN_POWER_GP_INDIVIDUAL_KEY#
#define SL_ZIGBEE_AF_GREEN_POWER_GP_INDIVIDUAL_KEYValue:
1
37
of file app/framework/plugin/green-power-server/green-power-server.h
GREEN_POWER_SERVER_GPS_SECURITY_LEVEL_ATTRIBUTE_FIELD_INVOLVE_TC#
#define GREEN_POWER_SERVER_GPS_SECURITY_LEVEL_ATTRIBUTE_FIELD_INVOLVE_TCValue:
0x08
39
of file app/framework/plugin/green-power-server/green-power-server.h
GP_DEVICE_ANNOUNCE_SIZE#
#define GP_DEVICE_ANNOUNCE_SIZEValue:
12
41
of file app/framework/plugin/green-power-server/green-power-server.h
SIZE_OF_REPORT_STORAGE#
#define SIZE_OF_REPORT_STORAGEValue:
82
43
of file app/framework/plugin/green-power-server/green-power-server.h
COMM_REPLY_PAYLOAD_SIZE#
#define COMM_REPLY_PAYLOAD_SIZEValue:
30
44
of file app/framework/plugin/green-power-server/green-power-server.h
GP_SINK_TABLE_RESPONSE_ENTRIES_OFFSET#
#define GP_SINK_TABLE_RESPONSE_ENTRIES_OFFSETValue:
(3)
45
of file app/framework/plugin/green-power-server/green-power-server.h
SL_ZIGBEE_AF_ZCL_CLUSTER_GP_GPS_COMMISSIONING_WINDOWS_DEFAULT_TIME_S#
#define SL_ZIGBEE_AF_ZCL_CLUSTER_GP_GPS_COMMISSIONING_WINDOWS_DEFAULT_TIME_SValue:
(180)
46
of file app/framework/plugin/green-power-server/green-power-server.h
GP_ADDR_SRC_ID_WILDCARD#
#define GP_ADDR_SRC_ID_WILDCARDValue:
(0xFFFFFFFF)
47
of file app/framework/plugin/green-power-server/green-power-server.h
GPS_ATTRIBUTE_KEY_TYPE_MASK#
#define GPS_ATTRIBUTE_KEY_TYPE_MASKValue:
(0x07)
48
of file app/framework/plugin/green-power-server/green-power-server.h
GP_PAIRING_CONFIGURATION_FIXED_FLAG#
#define GP_PAIRING_CONFIGURATION_FIXED_FLAGValue:
(0x230)
49
of file app/framework/plugin/green-power-server/green-power-server.h
GREEN_POWER_SERVER_MIN_REPORT_LENGTH#
#define GREEN_POWER_SERVER_MIN_REPORT_LENGTHValue:
(10)
51
of file app/framework/plugin/green-power-server/green-power-server.h
FIX_SHIFT_REPORTING_DATA_POSITION_CONVERT_TO_PAYLOAD_INDEX#
#define FIX_SHIFT_REPORTING_DATA_POSITION_CONVERT_TO_PAYLOAD_INDEXValue:
(3)
54
of file app/framework/plugin/green-power-server/green-power-server.h
CAR_DATA_POINT_OFFSET#
#define CAR_DATA_POINT_OFFSETValue:
1
56
of file app/framework/plugin/green-power-server/green-power-server.h
GP_DEFAULT_LINK_KEY#
#define GP_DEFAULT_LINK_KEYValue:
{ 0x5A, 0x69, 0x67, 0x42, 0x65, 0x65, 0x41, 0x6C, 0x6C, 0x69, 0x61, 0x6E, 0x63, 0x65, 0x30, 0x39 }
57
of file app/framework/plugin/green-power-server/green-power-server.h
genericSwitchCommissioningTimeout#
#define genericSwitchCommissioningTimeoutValue:
(&sl_zigbee_af_green_power_server_generic_switch_commissioning_timeout_event)
209
of file app/framework/plugin/green-power-server/green-power-server.h
multiSensorCommissioningTimeout#
#define multiSensorCommissioningTimeoutValue:
(&sl_zigbee_af_green_power_server_multi_sensor_commissioning_timeout_event)
210
of file app/framework/plugin/green-power-server/green-power-server.h
commissioningWindowTimeout#
#define commissioningWindowTimeoutValue:
(&sl_zigbee_af_green_power_server_commissioning_window_timeout_event)
211
of file app/framework/plugin/green-power-server/green-power-server.h