ZWavePlusInfo#

Modules#

zw_plus_info_config_icons_t

Functions#

Returns the Installer and User Icon Type configuration of the root device.

uint8_t

Returns the number of endpoints defined in the application command class configuration.

Returns the Installer and User Icon Type configuration of the given 'endpoint'.

Function Documentation#

cc_zwave_plus_info_config_get_root_icons#

zw_plus_info_config_icons_t * cc_zwave_plus_info_config_get_root_icons (void)

Returns the Installer and User Icon Type configuration of the root device.

Parameters
N/A

Returns

  • Pointer to struct contains the icon types.


Definition at line 33 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/ZWavePlusInfo/inc/cc_zwave_plus_info_config_api.h

cc_zwave_plus_info_config_get_endpoint_count#

uint8_t cc_zwave_plus_info_config_get_endpoint_count (void)

Returns the number of endpoints defined in the application command class configuration.

Parameters
N/A

In case of no zw_cc_zwaveplusinfo is given in the config, returns with 0.

Returns

  • the number of endpoints.


Definition at line 42 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/ZWavePlusInfo/inc/cc_zwave_plus_info_config_api.h

cc_zwave_plus_info_config_get_endpoint_entry#

zw_plus_info_config_icons_t * cc_zwave_plus_info_config_get_endpoint_entry (uint8_t endpoint)

Returns the Installer and User Icon Type configuration of the given 'endpoint'.

Parameters
N/Aendpoint

the index of the requested endpoint. First endpoint index starting by 1.

Returns

  • Pointer to struct contains the icon types for the given endpoint.


Definition at line 50 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZAF/CommandClasses/ZWavePlusInfo/inc/cc_zwave_plus_info_config_api.h