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