Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
ZW Learn Mode defines
+ Collaboration diagram for ZW Learn Mode defines:

Macros

#define ZW_SET_LEARN_MODE_DISABLE   0x00
 Disable Learn Mode.
 
#define ZW_SET_LEARN_MODE_CLASSIC   0x01
 Start Classic Learn Mode.
 
#define ZW_SET_LEARN_MODE_NWI   0x02
 Enable Network Wide Inclusion.
 
#define ZW_SET_LEARN_MODE_NWE   0x03
 Enable Network Wide Exclusion.
 

Detailed Description

Mode parameters to ZW_SetLearnMode

Macro Definition Documentation

◆ ZW_SET_LEARN_MODE_CLASSIC

#define ZW_SET_LEARN_MODE_CLASSIC   0x01

Start Classic Learn Mode.

◆ ZW_SET_LEARN_MODE_DISABLE

#define ZW_SET_LEARN_MODE_DISABLE   0x00

Disable Learn Mode.

◆ ZW_SET_LEARN_MODE_NWE

#define ZW_SET_LEARN_MODE_NWE   0x03

Enable Network Wide Exclusion.

◆ ZW_SET_LEARN_MODE_NWI

#define ZW_SET_LEARN_MODE_NWI   0x02

Enable Network Wide Inclusion.