|
Z-Wave Protocol Controller Reference
|
#include "zwave_command_class_powerlevel.h"#include "zwave_command_classes_utils.h"#include <string.h>#include <stdio.h>#include "ZW_classcmd.h"#include "zwave_command_handler.h"#include "zwave_command_class_indices.h"#include "zwave_controller_connection_info.h"#include "zwave_tx.h"#include "zwapi_protocol_basis.h"#include "zwapi_init.h"#include "ctimer.h"#include "clock.h"#include "sl_log.h"Macros | |
| #define | LOG_TAG "zwave_command_class_powerlevel" |
Variables | |
| static power_level_test_t | power_level_test = {} |
| static powerlevel_setting_t | power_level_setting = {} |
| #define LOG_TAG "zwave_command_class_powerlevel" |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| sl_status_t zwave_command_class_powerlevel_init | ( | void | ) |
setup for powerelvel command class
This setup will register the time command handler to the Z-Wave CC framework,
| sl_status_t zwave_command_class_powerlevel_support_handler | ( | const zwave_controller_connection_info_t * | connection_info, |
| const uint8_t * | frame_data, | ||
| uint16_t | frame_length | ||
| ) |
Handles incoming powerlevel commands.
| connection_info | Info about the connection properties of this frame. |
| frame_data | The data payload of this frame. |
| frame_length | The length of this frame. |
|
static |
|
static |