Skip to content
Snippets Groups Projects
Commit dc57cf56 authored by Jan David Mol's avatar Jan David Mol
Browse files

Suppress state transition errors by default as long as stations come with a non-standard EC or PCON

parent 9057239e
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ class StationManager(AsyncDevice):
doc="Allow state transitions to continue even if a device fails to initialise.",
dtype="DevBoolean",
mandatory=False,
default_value=False,
default_value=True,
)
Hibernate_Transition_Timeout = device_property(
doc="Timeout in seconds to transition to hibernate",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment