Z-Wave Protocol Controller Reference
zpc_dotdot_mqtt_group_dispatch.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
13
23#ifndef ZPC_DOTDOT_MQTT_GROUP_DISPATCH_H
24#define ZPC_DOTDOT_MQTT_GROUP_DISPATCH_H
25
26#include "uic_mqtt.h"
27
28#ifdef __cplusplus
29extern "C" {
30#endif
31
44void zpc_dotdot_mqtt_group_dispatch(uint16_t group_id,
45 const char *cluster_name,
46 const char *command,
47 const char *message,
48 size_t message_length,
49 mqtt_message_callback_t callback);
50
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif //ZPC_DOTDOT_MQTT_GROUP_DISPATCH_H
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