Class ShadowMeshElement
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.ShadowMeshElement
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionShadowMeshElement(ScheduledExecutorService executorService, BluetoothMeshNetwork network, int address) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddShadowModel(int modelId, int appKeyIndex) intvoidonMeshMessageReceived(MeshMessage meshMessage) searchShadowModel(int modelId)
-
Field Details
-
LOG
-
-
Constructor Details
-
ShadowMeshElement
public ShadowMeshElement(ScheduledExecutorService executorService, BluetoothMeshNetwork network, int address)
-
-
Method Details
-
addShadowModel
public void addShadowModel(int modelId, int appKeyIndex) -
onMeshMessageReceived
-
getAddress
public int getAddress() -
getMeshModels
-
searchShadowModel
-