diff --git a/doc/version-history.rst b/doc/version-history.rst index ef80480d..1e9d6f50 100644 --- a/doc/version-history.rst +++ b/doc/version-history.rst @@ -10,6 +10,10 @@ Version History .. No new work should be required in order to complete this section. .. Below is an example of a version history format. +v0.24.0 +------- +* Added ESS:205 to the EAS state transition configurations. + v0.23.0 ------- * Fixed the csc_state_transition.py script to add the csc_index to the Class instantiation. diff --git a/python/lsst/ts/IntegrationTests/configs/eas_state_transition_configs.py b/python/lsst/ts/IntegrationTests/configs/eas_state_transition_configs.py index 5ada7a34..75d653f7 100644 --- a/python/lsst/ts/IntegrationTests/configs/eas_state_transition_configs.py +++ b/python/lsst/ts/IntegrationTests/configs/eas_state_transition_configs.py @@ -44,6 +44,7 @@ - [ESS:202, DISABLED] - [ESS:203, DISABLED] - [ESS:204, DISABLED] + - [ESS:205, DISABLED] - [ESS:301, DISABLED] """ ) @@ -69,6 +70,7 @@ - [ESS:202, ENABLED] - [ESS:203, ENABLED] - [ESS:204, ENABLED] + - [ESS:205, DISABLED] - [ESS:301, ENABLED] """ ) diff --git a/python/lsst/ts/IntegrationTests/configs/enabled_offline_state_transition_configs.py b/python/lsst/ts/IntegrationTests/configs/enabled_offline_state_transition_configs.py index 3844cfdd..71c97a48 100644 --- a/python/lsst/ts/IntegrationTests/configs/enabled_offline_state_transition_configs.py +++ b/python/lsst/ts/IntegrationTests/configs/enabled_offline_state_transition_configs.py @@ -72,6 +72,7 @@ - [ESS:202, OFFLINE] - [ESS:203, OFFLINE] - [ESS:204, OFFLINE] + - [ESS:205, DISABLED] - [ESS:301, OFFLINE] - [WeatherForecast, OFFLINE] """