Class GenericOnOffClientModel
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.GenericOnOffClientModel
-
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 Bluetooth SIG defined model nameMethods 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
-
GenericOnOffClientModel
public GenericOnOffClientModel(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
-