Package org.openremote.agent.protocol.controller.command


package org.openremote.agent.protocol.controller.command
  • Classes
    Class
    Description
    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)).
    A ControllerCommandMapped represent a configuration to execute a Controller 2.5 command where exact command name to execute depend on a linked attribute value and the match between linked attribute value and command name is stored in a map where key is attribute value and value is the command name to execute