Constructors

Methods

  • Return the action of the actual command

    Parameters

    • command: Command

      command to be processed

    Returns Action

    action

  • Return the a property from actuators in the command

    Parameters

    • command: Command

      command to be processed

    • profile: string

      actuator profile to find

    Returns any

    property value

  • Return the actuators in the command

    Parameters

    • command: Command

      command to be processed

    Returns string[]

    actuators

  • Return the actuators in the command message

    Parameters

    Returns string[]

    actuators

  • Return the delay allowed from command

    Parameters

    • command: Command

      message to be processed

    Returns number

    delay in milliseconds

  • Return the delay allowed from command message

    Parameters

    Returns number

    delay in milliseconds

  • Convert consumer status to Subcomponent status

    Parameters

    Returns "pass" | "fail" | "warn"

    Subcomponent status

  • Return the target of the actual command

    Parameters

    • command: Command

      command to be processed

    Returns string

    target

  • Return the target of the actual message

    Parameters

    Returns string

    target