Z-Wave Protocol Controller Reference
zwave_command_class_association.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
14#ifndef ZWAVE_COMMAND_CLASS_ASSOCIATION_H
15#define ZWAVE_COMMAND_CLASS_ASSOCIATION_H
16
17#include "sl_status.h"
19#include "zwave_rx.h"
20#include "attribute_store.h"
21
25 uint8_t command;
26 uint8_t group;
28
29#ifdef __cplusplus
30extern "C" {
31#endif
32
134
147 attribute_store_node_t node, uint8_t *frame, uint16_t *frame_length);
148
161 uint8_t *frame,
162 uint16_t *frame_length);
163
176 uint8_t *frame,
177 uint16_t *frame_length);
178
179#ifdef __cplusplus
180}
181#endif
182
185#endif //ZWAVE_COMMAND_CLASS_ASSOCIATION_H
sl_status_t zwave_command_class_association_init(void)
Setup fixture for Association Command Class.
sl_status_t zwave_command_class_association_groupings_get(attribute_store_node_t node, uint8_t *frame, uint16_t *frame_length)
Resolves the ATTRIBUTE_COMMAND_CLASS_ASSOCIATION_SUPPORTED_GROUPINGS for a given node.
sl_status_t zwave_command_class_association_set(attribute_store_node_t node, uint8_t *frame, uint16_t *frame_length)
Sets the ATTRIBUTE_COMMAND_CLASS_ASSOCIATION_GROUP_CONTENT for a given node.
sl_status_t zwave_command_class_association_get(attribute_store_node_t node, uint8_t *frame, uint16_t *frame_length)
Gets the ATTRIBUTE_COMMAND_CLASS_ASSOCIATION_GROUP_CONTENT for a given node.
uint32_t sl_status_t
Definition: sl_status.h:139
SL Status Codes.
‍Association Specific Group Report frame.
Definition: zwave_command_class_association.h:23
uint8_t group
Definition: zwave_command_class_association.h:26
uint8_t command_class
Definition: zwave_command_class_association.h:24
uint8_t command
Definition: zwave_command_class_association.h:25
struct association_specific_report_frame association_specific_report_frame_t
‍Association Specific Group Report frame.