pub const SPINEL_PROP_CHILD_SUPERVISION_INTERVAL: _bindgen_ty_24 = 6410;
Expand description
Child Supervision Interval
** Format: S
- Read-Write
- Units: Seconds
- Required capability:
SPINEL_CAP_CHILD_SUPERVISION
- The child supervision interval (in seconds). Zero indicates that child supervision is disabled.
- When enabled, Child supervision feature ensures that at least one message is sent to every sleepy child within
- the given supervision interval. If there is no other message, a supervision message (a data message with empty
- payload) is enqueued and sent to the child.
- This property is available for FTD build only.
*/