-
public class BlueMeshModuleMapBean
Mesh gateway attributes.
-
-
Field Summary
Fields Modifier and Type Field Description private BlueMeshWifiStatusBean
wifi
private BluetoothStatusBean
bluetooth
-
Method Summary
Modifier and Type Method Description BlueMeshWifiStatusBean
getWifi()
void
setWifi(BlueMeshWifiStatusBean wifi)
BluetoothStatusBean
getBluetooth()
void
setBluetooth(BluetoothStatusBean bluetooth)
-
-
Method Detail
-
getWifi
BlueMeshWifiStatusBean getWifi()
-
setWifi
void setWifi(BlueMeshWifiStatusBean wifi)
-
getBluetooth
BluetoothStatusBean getBluetooth()
-
setBluetooth
void setBluetooth(BluetoothStatusBean bluetooth)
-
-
-
-