Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
cc_wake_up_config.h
Go to the documentation of this file.
1
8#ifndef _CC_WAKE_UP_CONFIG_H_
9#define _CC_WAKE_UP_CONFIG_H_
10
30#if !defined(CC_WAKE_UP_CONFIG_DEFAULT_SLEEP_TIME_SEC)
31#define CC_WAKE_UP_CONFIG_DEFAULT_SLEEP_TIME_SEC 300
32#endif /* !defined(CC_WAKE_UP_CONFIG_DEFAULT_SLEEP_TIME_SEC) */
33
38#if !defined(CC_WAKE_UP_CONFIG_MINIMUM_SLEEP_TIME_SEC)
39#define CC_WAKE_UP_CONFIG_MINIMUM_SLEEP_TIME_SEC 20
40#endif /* !defined(CC_WAKE_UP_CONFIG_MINIMUM_SLEEP_TIME_SEC) */
41
46#if !defined(CC_WAKE_UP_CONFIG_MAXIMUM_SLEEP_TIME_SEC)
47#define CC_WAKE_UP_CONFIG_MAXIMUM_SLEEP_TIME_SEC 86400
48#endif /* !defined(CC_WAKE_UP_CONFIG_MAXIMUM_SLEEP_TIME_SEC) */
49
54#if !defined(CC_WAKE_UP_CONFIG_SLEEP_STEP_TIME_SEC)
55#define CC_WAKE_UP_CONFIG_SLEEP_STEP_TIME_SEC 20
56#endif /* !defined(CC_WAKE_UP_CONFIG_SLEEP_STEP_TIME_SEC) */
57
58 /* \addtogroup command_class_wake_up_configuration */
59
60 /* \addtogroup configuration */
61#endif /* _CC_WAKE_UP_CONFIG_H_ */