Z-Wave Protocol Controller Reference
List of defined Notifications Types and Event/States

List of Notifications for the Notification Command Class. More...

Collaboration diagram for List of defined Notifications Types and Event/States:

Macros

#define NOTIFICATION_STATE_IDLE   0x00
 < State Idle, applies for all Notification types. More...
 
#define NOTIFICATION_UNKNOWN_STATE_EVENT   0xFE
 Home Security Notification Type. More...
 
#define NOTIFICATION_TYPE_HOME_SECURITY   0x07
 Intrusion state (with location provided) More...
 
#define NOTIFICATION_HOME_SECURITY_STATE_INTRUSION_WITH_LOCATION   0x01
 Intrusion state. More...
 
#define NOTIFICATION_HOME_SECURITY_STATE_INTRUSION   0x02
 Product cover removed state. More...
 
#define NOTIFICATION_HOME_SECURITY_TAMPERING   0x03
 Motion detected state (with location provided) More...
 
#define NOTIFICATION_HOME_SECURITY_STATE_MOTION_DETECTION_WITH_LOCATION   0x07
 Motion detected state. More...
 
#define NOTIFICATION_HOME_SECURITY_STATE_MOTION_DETECTION   0x08
 Magnetic Interference detected. More...
 
#define NOTIFICATION_HOME_SECURITY_STATE_MAGNETIC_INTERFERENCE   0x0B
 

Detailed Description

List of Notifications for the Notification Command Class.

This group contains the definition of the assigned Notifications event and types defined in SDS13713.

Macro Definition Documentation

◆ NOTIFICATION_HOME_SECURITY_STATE_INTRUSION

#define NOTIFICATION_HOME_SECURITY_STATE_INTRUSION   0x02

Product cover removed state.

◆ NOTIFICATION_HOME_SECURITY_STATE_INTRUSION_WITH_LOCATION

#define NOTIFICATION_HOME_SECURITY_STATE_INTRUSION_WITH_LOCATION   0x01

Intrusion state.

◆ NOTIFICATION_HOME_SECURITY_STATE_MAGNETIC_INTERFERENCE

#define NOTIFICATION_HOME_SECURITY_STATE_MAGNETIC_INTERFERENCE   0x0B

◆ NOTIFICATION_HOME_SECURITY_STATE_MOTION_DETECTION

#define NOTIFICATION_HOME_SECURITY_STATE_MOTION_DETECTION   0x08

Magnetic Interference detected.

◆ NOTIFICATION_HOME_SECURITY_STATE_MOTION_DETECTION_WITH_LOCATION

#define NOTIFICATION_HOME_SECURITY_STATE_MOTION_DETECTION_WITH_LOCATION   0x07

Motion detected state.

◆ NOTIFICATION_HOME_SECURITY_TAMPERING

#define NOTIFICATION_HOME_SECURITY_TAMPERING   0x03

Motion detected state (with location provided)

◆ NOTIFICATION_STATE_IDLE

#define NOTIFICATION_STATE_IDLE   0x00

< State Idle, applies for all Notification types.

Unknown state/event, applies for all Notification types.

◆ NOTIFICATION_TYPE_HOME_SECURITY

#define NOTIFICATION_TYPE_HOME_SECURITY   0x07

Intrusion state (with location provided)

◆ NOTIFICATION_UNKNOWN_STATE_EVENT

#define NOTIFICATION_UNKNOWN_STATE_EVENT   0xFE

Home Security Notification Type.