Class ControllerCommand

java.lang.Object
org.openremote.agent.protocol.controller.ControllerCommand
Direct Known Subclasses:
ControllerCommandBasic, ControllerCommandMapped

public class ControllerCommand extends Object
ControllerCommand represent an executable command on the Controller

Depending if the command to send to the Controller is based on META ControllerProtocol#META_ATTRIBUTE_COMMAND_NAME or ControllerProtocol#META_ATTRIBUTE_COMMANDS_MAP, we'll create an instance of ControllerCommand as ControllerCommandBasic or ControllerCommandMapped

  • Constructor Details

    • ControllerCommand

      public ControllerCommand()
    • ControllerCommand

      public ControllerCommand(String deviceName)
  • Method Details

    • getDeviceName

      public String getDeviceName()
    • setDeviceName

      public void setDeviceName(String deviceName)