Class VelbusAgentLink

java.lang.Object
org.openremote.model.asset.agent.AgentLink<VelbusAgentLink>
org.openremote.agent.protocol.velbus.VelbusAgentLink
All Implemented Interfaces:
Serializable

public class VelbusAgentLink extends org.openremote.model.asset.agent.AgentLink<VelbusAgentLink>
See Also:
  • Field Details

    • deviceAddress

      @Min(1L) @Max(255L) @NotNull protected @Min(1L) @Max(255L) @NotNull Integer deviceAddress
  • Constructor Details

    • VelbusAgentLink

      protected VelbusAgentLink()
    • VelbusAgentLink

      public VelbusAgentLink(String id, Integer deviceAddress, String deviceValueLink)
  • Method Details