Skip to content

Commit

Permalink
MTEEC: Add topics descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
wvreeven committed Jun 21, 2024
1 parent 920035b commit 6917042
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/news/interface_changes/DM-43817.mteec.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add topics descriptions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<SALCommand>
<Subsystem>MTEEC</Subsystem>
<EFDB_Topic>MTEEC_command_setToDayTime</EFDB_Topic>
<Description>Set to day time.</Description>
<item>
<EFDB_Name>setDayTime</EFDB_Name>
<Description>Ignored.</Description>
Expand All @@ -15,6 +16,7 @@
<SALCommand>
<Subsystem>MTEEC</Subsystem>
<EFDB_Topic>MTEEC_command_setToNightTime</EFDB_Topic>
<Description>Set to night time.</Description>
<item>
<EFDB_Name>setNightTime</EFDB_Name>
<Description>Ignored.</Description>
Expand All @@ -26,6 +28,7 @@
<SALCommand>
<Subsystem>MTEEC</Subsystem>
<EFDB_Topic>MTEEC_command_disableControl</EFDB_Topic>
<Description>Disable control.</Description>
<item>
<EFDB_Name>disableControl</EFDB_Name>
<Description>Ignored</Description>
Expand All @@ -37,6 +40,7 @@
<SALCommand>
<Subsystem>MTEEC</Subsystem>
<EFDB_Topic>MTEEC_command_applyTemperatureSetpoint</EFDB_Topic>
<Description>Apply temperature setpoint.</Description>
<item>
<EFDB_Name>setpoint</EFDB_Name>
<Description>Ignored</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<SALEvent>
<Subsystem>MTEEC</Subsystem>
<EFDB_Topic>MTEEC_logevent_detailedState</EFDB_Topic>
<Description>Log event for the detailed state.</Description>
<item>
<EFDB_Name>detailedState</EFDB_Name>
<Description>Detailed state.</Description>
Expand Down
2 changes: 0 additions & 2 deletions tests/test_TopicDescription.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ def check_for_issues(csc: str, topic: str) -> str:
return "DM-43804"
case "MTCamera-Telemetry" | "MTCamera-Commands" | "MTCamera-Events":
return "DM-43816"
case "MTEEC-Commands" | "MTEEC-Events":
return "DM-43817"
case "MTMount-Events" | "MTMount-Telemetry":
return "DM-43821"
case _:
Expand Down

0 comments on commit 6917042

Please sign in to comment.