From b310778fd4e2abdc81790a88935a245143d3ae3f Mon Sep 17 00:00:00 2001 From: Tom Aldcroft Date: Thu, 24 Aug 2023 13:22:03 -0400 Subject: [PATCH] Fix a comment --- kadi/commands/states.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kadi/commands/states.py b/kadi/commands/states.py index 1d29c58a..b33704dd 100644 --- a/kadi/commands/states.py +++ b/kadi/commands/states.py @@ -41,7 +41,7 @@ + ["auto_npnt", "pcad_mode", "pitch", "off_nom_roll"] ) -# State keys for SIM-related transitions. +# State keys for SPM-related transitions. SPM_STATE_KEYS = ["sun_pos_mon", "battery_connect", "eclipse_enable_spm"] # Default state keys (mostly matches classic command states list)