Z-Wave Protocol Controller Reference
zwave_command_class_indices.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_INDICES_H
15#define ZWAVE_COMMAND_CLASS_INDICES_H
16
17// First Command Class identifier for which the Command Class uses 2 bytes.
18#define EXTENDED_COMMAND_CLASS_IDENTIFIER_START 0xF0
19#define COMMAND_CLASS_CONTROL_MARK 0xEF
20#define COMMAND_CLASS_FIRST_APPLICATION_CC COMMAND_CLASS_BASIC
21
22// Generic command classes defines for parsing incoming frames
23#define COMMAND_CLASS_INDEX 0
24#define COMMAND_INDEX 1
25
26#define ZWAVE_NOP_COMMAND_CLASS 0x00
27#define ZWAVE_PROTOCOL_COMMAND_CLASS 0x01
28#define ZWAVE_NODE_INFO_REQUEST_COMMAND 0x02
29
30#endif // ZWAVE_COMMAND_CLASS_INDICES_H