Use external list of fault states

This commit is contained in:
2023-12-09 12:51:41 -05:00
parent 132cde5591
commit fd717b702d
2 changed files with 7 additions and 4 deletions

View File

@ -40,6 +40,10 @@ from functools import wraps
# State lists
fault_state_combinations = [
"new",
"ack",
]
node_state_combinations = [
"run,ready",
"run,flush",