Interface ZigBeeDeviceDescription


public interface ZigBeeDeviceDescription
This interface represents a ZigBee device description.
  • Method Details

    • getId

      int getId()
      Returns the device identifier.
      Returns:
      the device identifier.
    • getName

      String getName()
      Returns the device name.
      Returns:
      the device name.
    • getVersion

      Integer getVersion()
      Returns the device version.
      Returns:
      the device version.
    • getProfileId

      int getProfileId()
      Returns the profile identifier.
      Returns:
      the profile identifier.
    • getServerClustersDescriptions

      ZCLClusterDescription[] getServerClustersDescriptions()
      Returns an array of server cluster descriptions.
      Returns:
      an array of server cluster descriptions.
    • getClientClustersDescriptions

      ZCLClusterDescription[] getClientClustersDescriptions()
      Returns an array of client cluster descriptions.
      Returns:
      an array of client cluster descriptions.