Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
misc.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
11#ifndef _MISC_H_
12#define _MISC_H_
13
14#include <ZW_transport_api.h>
15
26#define ZWAVE_PLUS_TX_OPTIONS (TRANSMIT_OPTION_ACK | TRANSMIT_OPTION_AUTO_ROUTE | TRANSMIT_OPTION_EXPLORE)
27
34#endif /*#ifndef _MISC_H_*/