23#ifndef ZPC_DOTDOT_MQTT_GROUP_DISPATCH_H
24#define ZPC_DOTDOT_MQTT_GROUP_DISPATCH_H
45 const char *cluster_name,
48 size_t message_length,
uint32_t sl_status_t
Definition: sl_status.h:139
void zpc_dotdot_mqtt_group_dispatch(uint16_t group_id, const char *cluster_name, const char *command, const char *message, size_t message_length, mqtt_message_callback_t callback)
ZPC callback functions that will dispatch incoming group commands to individual UNID-endpoints that a...
sl_status_t zpc_dotdot_mqtt_group_dispatch_init()
Initializes the ZPC Group dispatch resources.
static void callback(uint8_t status, const zwapi_tx_report_t *tx_info, void *user)
Z-Wave Tx Send data callback function.
Definition: zwave_s0_transport.c:601