Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
zaf_tse_config.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Silicon Laboratories Inc. <https://www.silabs.com/>
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
12#ifndef _ZAF_TSE_CONFIG_
13#define _ZAF_TSE_CONFIG_
14
15// <<< Use Configuration Wizard in Context Menu >>>
16
17// <h> True Status Engine configuration parameters
18
19// <o> Association Group Identifier. This represent the Root Device Group identifier
20// <i> It is not possible to configure a Multi Channel endpoint Association Group on this module, for which the True Status Engine will report its status.
21// <i> Default: 1
22#define ZAF_TSE_GROUP_ID 1
23
24// <o> Maximum number of queued status report waiting to be reported via the Association Group
25// <i> Note: This number should not be higher than the maximum number of frames that can be queued for transmission, which is set to 5
26// <i> Default: 3
27#define ZAF_TSE_MAXIMUM_SIMULTANEOUS_TRIGGERS 3
28
29// <o> Delay (in ms) between the status change and queuing the report command to the transmit queue.
30// <i> This setting should be as small as possible but not too small so that it would trigger network collisions.
31// <i> Default: 250
32#define ZAF_TSE_DELAY_TRIGGER 250
33
34// </h>
35
36// <<< end of configuration section >>>
37
38#endif // _ZAF_TSE_CONFIG_