Skip to content
Snippets Groups Projects
Commit 5daa1f8d authored by Andrea Parenti's avatar Andrea Parenti Committed by Jonathan Correa Magdalena
Browse files

Changed allowed states

parent 1e4e5de7
No related branches found
No related tags found
2 merge requests!2Draft: Feat/p8003,!1First version
Pipeline #162590 passed
......@@ -206,7 +206,7 @@ class Tempus(Device):
displayedName="Initialize",
description="Run the initialization sequence. This can take about "
"30 s",
allowedStates={State.INIT})
allowedStates={State.INIT, State.ON})
async def initialize(self):
self.state = State.CHANGING
self.status = "Initializing TEMPUS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment