Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
ZW.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
9#ifndef ZWAVE_API_ZW_H_
10#define ZWAVE_API_ZW_H_
11
22#define ZW_SET_LEARN_MODE_DISABLE 0x00
23#define ZW_SET_LEARN_MODE_CLASSIC 0x01
24#define ZW_SET_LEARN_MODE_NWI 0x02
25#define ZW_SET_LEARN_MODE_NWE 0x03
27
29
30#endif /* ZWAVE_API_ZW_H_ */