Class ControllerCommandBasic

java.lang.Object
org.openremote.agent.protocol.controller.ControllerCommand
org.openremote.agent.protocol.controller.command.ControllerCommandBasic

public class ControllerCommandBasic extends ControllerCommand
A ControllerCommandBasic represent a configuration to execute a Controller 2.5 command with just a command name (command parameter is managed at launch depending on linked attribute value org.openremote.agent.protocol.controller.ControllerProtocol#executeAttributeWriteRequest(HTTPProtocol.HttpClientRequest, AttributeRef, Consumer)).
  • Constructor Details

    • ControllerCommandBasic

      public ControllerCommandBasic()
    • ControllerCommandBasic

      public ControllerCommandBasic(String deviceName, String commandName)
  • Method Details

    • getCommandName

      public String getCommandName()
    • setCommandName

      public void setCommandName(String commandName)