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 namevoid
setHeartbeatPublication
(HeartbeatPublication heartbeatPublication) Sets the Heartbeat publication.void
setHeartbeatSubscription
(HeartbeatSubscription heartbeatSubscription) Sets the Heartbeat subscription.Methods inherited from class org.openremote.agent.protocol.bluetooth.mesh.models.SigModel
getModelId
Methods 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:MeshModel
Returns the Bluetooth SIG defined model name- Specified by:
getModelName
in 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.
-