Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
Command Class Wake Up Configuration
+ Collaboration diagram for Command Class Wake Up Configuration:

Macros

#define CC_WAKE_UP_CONFIG_DEFAULT_SLEEP_TIME_SEC   300
 
#define CC_WAKE_UP_CONFIG_MINIMUM_SLEEP_TIME_SEC   20
 
#define CC_WAKE_UP_CONFIG_MAXIMUM_SLEEP_TIME_SEC   86400
 
#define CC_WAKE_UP_CONFIG_SLEEP_STEP_TIME_SEC   20
 

Detailed Description

Command Class Wake Up Configuration

Macro Definition Documentation

◆ CC_WAKE_UP_CONFIG_DEFAULT_SLEEP_TIME_SEC

#define CC_WAKE_UP_CONFIG_DEFAULT_SLEEP_TIME_SEC   300

Default sleep time between Wake Up Notifications <1..255:1>

◆ CC_WAKE_UP_CONFIG_MAXIMUM_SLEEP_TIME_SEC

#define CC_WAKE_UP_CONFIG_MAXIMUM_SLEEP_TIME_SEC   86400

Maximum sleep time between Wake Up Notifications <20..86400:1>

◆ CC_WAKE_UP_CONFIG_MINIMUM_SLEEP_TIME_SEC

#define CC_WAKE_UP_CONFIG_MINIMUM_SLEEP_TIME_SEC   20

Minimum sleep time between Wake Up Notifications <20..86400:1>

◆ CC_WAKE_UP_CONFIG_SLEEP_STEP_TIME_SEC

#define CC_WAKE_UP_CONFIG_SLEEP_STEP_TIME_SEC   20

Sleep step time <1..255:1>