Class SigModel
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
org.openremote.agent.protocol.bluetooth.mesh.models.SigModel
- Direct Known Subclasses:
ConfigurationClientModel,ConfigurationServerModel,GenericOnOffClientModel,GenericOnOffServerModel,SceneServer,UnknownModel
-
Field Summary
Fields inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
currentScene, mModelId, sceneNumbers, targetScene -
Method Summary
Modifier and TypeMethodDescriptionintReturns the 16-bit model id which could be a SIG Model or a Vendor ModelMethods inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
addSubscriptionAddress, addSubscriptionAddress, getBoundAppKeyIndexes, getLabelUUID, getLabelUUID, getModelName, getPublicationSettings, getSubscribedAddresses, overwriteSubscriptionAddress, overwriteSubscriptionAddress, removeAllSubscriptionAddresses, removeBoundAppKeyIndex, removeSubscriptionAddress, removeSubscriptionAddress, setBoundAppKeyIndex, setBoundAppKeyIndexes, setPublicationSettings, setPublicationStatus, updatePublicationStatus, updateSubscriptionAddressesList
-
Method Details
-
getModelId
public int getModelId()Description copied from class:MeshModelReturns the 16-bit model id which could be a SIG Model or a Vendor Model- Specified by:
getModelIdin classMeshModel- Returns:
- modelId
-