Class VendorModel
java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
org.openremote.agent.protocol.bluetooth.mesh.models.VendorModel
-
Field Summary
FieldsFields inherited from class org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
currentScene, mModelId, sceneNumbers, targetScene
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
Returns the 16-bit model id which could be a SIG Model or a Vendor ModelReturns the Bluetooth SIG defined model nameMethods 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
-
Field Details
-
LOG
-
-
Constructor Details
-
VendorModel
public VendorModel(int modelIdentifier)
-
-
Method Details
-
getModelId
public int getModelId()Description copied from class:MeshModel
Returns the 16-bit model id which could be a SIG Model or a Vendor Model- Specified by:
getModelId
in classMeshModel
- Returns:
- modelId
-
getModelName
Description copied from class:MeshModel
Returns the Bluetooth SIG defined model name- Specified by:
getModelName
in classMeshModel
- Returns:
- model name
-
getCompanyIdentifier
public int getCompanyIdentifier() -
getCompanyName
-