Z-Wave Protocol Controller Reference
notification_command_class_defined_notifications.h
Go to the documentation of this file.
1
2/******************************************************************************
3 * # License
4 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
5 ******************************************************************************
6 * The licensor of this software is Silicon Laboratories Inc. Your use of this
7 * software is governed by the terms of Silicon Labs Master Software License
8 * Agreement (MSLA) available at
9 * www.silabs.com/about-us/legal/master-software-license-agreement. This
10 * software is distributed to you in Source Code format and is governed by the
11 * sections of the MSLA applicable to Source Code.
12 *
13 *****************************************************************************/
14
26#ifndef NOTIFICATION_COMMAND_CLASS_DEFINED_NOTIFICATIONS
27#define NOTIFICATION_COMMAND_CLASS_DEFINED_NOTIFICATIONS
28
30#define NOTIFICATION_STATE_IDLE 0x00
32#define NOTIFICATION_UNKNOWN_STATE_EVENT 0xFE
33
35#define NOTIFICATION_TYPE_HOME_SECURITY 0x07
36
38#define NOTIFICATION_HOME_SECURITY_STATE_INTRUSION_WITH_LOCATION 0x01
40#define NOTIFICATION_HOME_SECURITY_STATE_INTRUSION 0x02
41
43#define NOTIFICATION_HOME_SECURITY_TAMPERING 0x03
44
46#define NOTIFICATION_HOME_SECURITY_STATE_MOTION_DETECTION_WITH_LOCATION 0x07
48#define NOTIFICATION_HOME_SECURITY_STATE_MOTION_DETECTION 0x08
49
51#define NOTIFICATION_HOME_SECURITY_STATE_MAGNETIC_INTERFERENCE 0x0B
52
53#ifdef __cplusplus
54extern "C" {
55#endif
56
57#ifdef __cplusplus
58}
59#endif
60
61#endif //NOTIFICATION_COMMAND_CLASS_DEFINED_NOTIFICATIONS