Z-Wave Protocol Controller Reference
Z-Wave RF Regions definitions

RF region definitions. More...

Collaboration diagram for Z-Wave RF Regions definitions:

Functions

static bool IS_RF_REGION_LR (zwave_rf_region_t rf_region)
 

zwapi_rf_region_t

These definitions represent possible rf settings for the Z-Wave module RF region values used with zwapi_set_rf_region() and zwapi_get_rf_region()

enum  zwave_rf_region_t {
  ZWAVE_RF_REGION_EU = 0x00 , ZWAVE_RF_REGION_US = 0x01 , ZWAVE_RF_REGION_ANZ = 0x02 , ZWAVE_RF_REGION_HK = 0x03 ,
  ZWAVE_RF_REGION_IN = 0x05 , ZWAVE_RF_REGION_IL = 0x06 , ZWAVE_RF_REGION_RU = 0x07 , ZWAVE_RF_REGION_CN = 0x08 ,
  ZWAVE_RF_REGION_US_LR = 0x09 , ZWAVE_RF_REGION_EU_LR = 0x0B , ZWAVE_RF_REGION_JP = 0x20 , ZWAVE_RF_REGION_KR = 0x21 ,
  ZWAVE_RF_REGION_UNDEFINED = 0xFE
}
 

Detailed Description

RF region definitions.

Enumeration Type Documentation

◆ zwave_rf_region_t

Enumerator
ZWAVE_RF_REGION_EU 

Radio is located in Europe. 2 Channel region.

Radio is located in the US. 2 Channel region.

ZWAVE_RF_REGION_US 

Radio is located in Australia/New Zealand. 2 Channel region.

ZWAVE_RF_REGION_ANZ 

Radio is located in Hong Kong. 2 Channel region.

ZWAVE_RF_REGION_HK 

Radio is located in India. 2 Channel region.

ZWAVE_RF_REGION_IN 

Radio is located in Israel. 2 Channel region.

ZWAVE_RF_REGION_IL 

Radio is located in Russia. 2 Channel region.

ZWAVE_RF_REGION_RU 

Radio is located in China. 2 Channel region.

ZWAVE_RF_REGION_CN 

US Long range radio.

ZWAVE_RF_REGION_US_LR 

EU Long range radio.

ZWAVE_RF_REGION_EU_LR 

Radio is located in Japan. 3 Channel region.

ZWAVE_RF_REGION_JP 

Radio is located in Korea. 3 Channel region.

ZWAVE_RF_REGION_KR 

RF region is unknown.

ZWAVE_RF_REGION_UNDEFINED 

Function Documentation

◆ IS_RF_REGION_LR()

static bool IS_RF_REGION_LR ( zwave_rf_region_t  rf_region)
inlinestatic
Here is the caller graph for this function: