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

Remove FAULT command, as the device triggers that itself, not the user

parent b5fd55e8
No related branches found
No related tags found
1 merge request!1State management
...@@ -453,10 +453,6 @@ class RCUSCC(Device): ...@@ -453,10 +453,6 @@ class RCUSCC(Device):
self.set_state(DevState.OFF) self.set_state(DevState.OFF)
@command(
)
@only_in_states([DevState.INIT, DevState.ON])
@DebugIt()
def Fault(self): def Fault(self):
""" """
FAULT state is used to indicate our connection with the OPC-UA server is down. FAULT state is used to indicate our connection with the OPC-UA server is down.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment