-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum BleConfigTypeconfig type
-
-
Field Summary
Fields Modifier and Type Field Description private Stringtype
-
Enum Constant Summary
Enum Constants Enum Constant Description CONFIG_TYPE_BEACON_MESHCONFIG_TYPE_WIFI_P4_PLUS_BLE_FIRSTwifi p4 plug&play ble first device. needn't to enter wifi to activate.
CONFIG_TYPE_WIFI_P3_PLUS_BLE_FIRSTwifi p3 plug&play ble first device. needn't to enter wifi to activate.
CONFIG_TYPE_BEACONthing's beacon device
CONFIG_TYPE_SIG_TOGETHERsig mesh device
CONFIG_TYPE_TOGETHERmesh device
CONFIG_TYPE_CAT1CONFIG_TYPE_ZIG_BEECONFIG_TYPE_WIFIDual-mode type device. Need to enter wifi to activate
CONFIG_TYPE_SINGLEsingle type. device
PROVIDER_MESHmesh device. SIG Mesh
PROVIDER_SINGLE_BLEpoint to point bluetooth, BLE device
-
Method Summary
Modifier and Type Method Description static Array<BleConfigType>values()static BleConfigTypevalueOf(String name)StringgetType()-
-
Method Detail
-
values
static Array<BleConfigType> values()
-
valueOf
static BleConfigType valueOf(String name)
-
getType
String getType()
-
-
-
-