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 |
Command Class Wake Up Configuration
| #define CC_WAKE_UP_CONFIG_DEFAULT_SLEEP_TIME_SEC 300 |
Default sleep time between Wake Up Notifications <1..255:1>
| #define CC_WAKE_UP_CONFIG_MAXIMUM_SLEEP_TIME_SEC 86400 |
Maximum sleep time between Wake Up Notifications <20..86400:1>
| #define CC_WAKE_UP_CONFIG_MINIMUM_SLEEP_TIME_SEC 20 |
Minimum sleep time between Wake Up Notifications <20..86400:1>
| #define CC_WAKE_UP_CONFIG_SLEEP_STEP_TIME_SEC 20 |
Sleep step time <1..255:1>