Zigbee Protocol Controller 1.6.0
ZigPC Command Mapper

The ZigPC Command Mapper is responsible for translating MQTT DotDot commands to be sent to the Zigbee network. More...

Modules

 ZigPC Command Mapper Internal API
 The ZigPC Command Mapper internal API contains interfaces to translate MQTT messages into ZCL frames.
 

Functions

sl_status_t zigpc_command_mapper_setup (void)
 zigpc_command_mapper_setup - sets up the parts of the software used by the command mapper More...
 
int zigpc_command_mapper_shutdown (void)
 zigpc_command_mapper_shutdown - graceful shuts down all parts of the command mapper, expected to be called before the program exits More...
 

Detailed Description

The ZigPC Command Mapper is responsible for translating MQTT DotDot commands to be sent to the Zigbee network.

Function Documentation

◆ zigpc_command_mapper_setup()

sl_status_t zigpc_command_mapper_setup ( void  )

zigpc_command_mapper_setup - sets up the parts of the software used by the command mapper

Returns
the status if the method succeeded and the component was set up correctly

◆ zigpc_command_mapper_shutdown()

int zigpc_command_mapper_shutdown ( void  )

zigpc_command_mapper_shutdown - graceful shuts down all parts of the command mapper, expected to be called before the program exits

Returns
an integer representing the success of the operation. 0 for success any other number represents a failure