From 220cb5e9f45518f4bd698d58af50320f121d55e5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 23 Jan 2023 11:25:29 +0100 Subject: [PATCH] small tweak for TCS system info --- eive_tmtc/tmtc/tcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eive_tmtc/tmtc/tcs.py b/eive_tmtc/tmtc/tcs.py index 0333dc9..013ec57 100644 --- a/eive_tmtc/tmtc/tcs.py +++ b/eive_tmtc/tmtc/tcs.py @@ -42,7 +42,7 @@ class InfoSys: NML = "Switch TCS subsystem NORMAL (nominal)" REQUEST_PRIMARY_TEMP_SET = "Request HK set of primary sensor temperatures" REQUEST_DEVICE_TEMP_SET = ( - "Request HK set of device sensor (not dedicated sensors) temperatures" + "Request HK set of device sensor temperatures" ) REQUEST_DEVICE_SUS_SET = "Request HK set of the SUS temperatures"