Class ConfigurationServerModel
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
org.openremote.agent.protocol.bluetooth.mesh.models.SigModel
org.openremote.agent.protocol.bluetooth.mesh.models.ConfigurationServerModel
-
Field Summary
Fields inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
currentScene, mModelId, sceneNumbers, targetScene -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Heartbeat publication.Returns the Heartbeat subscription.Returns the Bluetooth SIG defined model namevoidsetHeartbeatPublication(HeartbeatPublication heartbeatPublication) Sets the Heartbeat publication.voidsetHeartbeatSubscription(HeartbeatSubscription heartbeatSubscription) Sets the Heartbeat subscription.Methods inherited from class org.openremote.agent.protocol.bluetooth.mesh.models.SigModel
getModelIdMethods inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
addSubscriptionAddress, addSubscriptionAddress, getBoundAppKeyIndexes, getLabelUUID, getLabelUUID, getPublicationSettings, getSubscribedAddresses, overwriteSubscriptionAddress, overwriteSubscriptionAddress, removeAllSubscriptionAddresses, removeBoundAppKeyIndex, removeSubscriptionAddress, removeSubscriptionAddress, setBoundAppKeyIndex, setBoundAppKeyIndexes, setPublicationSettings, setPublicationStatus, updatePublicationStatus, updateSubscriptionAddressesList
-
Constructor Details
-
ConfigurationServerModel
public ConfigurationServerModel(int modelId)
-
-
Method Details
-
getModelName
Description copied from class:MeshModelReturns the Bluetooth SIG defined model name- Specified by:
getModelNamein classMeshModel- Returns:
- model name
-
getHeartbeatPublication
Returns the Heartbeat publication. -
setHeartbeatPublication
Sets the Heartbeat publication.- Parameters:
heartbeatPublication- Heartbeat publication.
-
getHeartbeatSubscription
Returns the Heartbeat subscription. -
setHeartbeatSubscription
Sets the Heartbeat subscription.- Parameters:
heartbeatSubscription- Heartbeat subscription.
-