java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.transport.MeshModel
org.openremote.agent.protocol.bluetooth.mesh.models.VendorModel

public class VendorModel extends MeshModel
  • Field Details

    • LOG

      public static final Logger 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 class MeshModel
      Returns:
      modelId
    • getModelName

      public String getModelName()
      Description copied from class: MeshModel
      Returns the Bluetooth SIG defined model name
      Specified by:
      getModelName in class MeshModel
      Returns:
      model name
    • getCompanyIdentifier

      public int getCompanyIdentifier()
    • getCompanyName

      public String getCompanyName()