Skip to content

KAR-435 Replace Dish state with dishMode

Samuel Twum requested to merge kar-435-remove-state-check-from-tests into master

Motivation:

Deviation from Dish ICD section 4.2.3: The state attribute of a TANGO device reports the state of the TANGO device itself, and not the state or mode of the equipment or system that the device attends to (for which dedicated TANGO attributes are used). Reasons for this are:

  • Dish operating mode / state cannot be unambiguously expressed using TANGO state enumerations,
  • The DishManager TANGO device's own state needs to be reported as well as Dish mode.

Merge request reports