class StateFallback(State):
def __init__(self, sm, nervlist = None):
super().__init__(sm, nervlist)
class StateFallback(State):
def __init__(self, sm, nervlist = None):
super().__init__(sm, nervlist)
def handle_cmd_unlock_event(self,arg):
if arg is not None:
arg("298 Fallback Okay: Trying to unlock the door. The System is in fallback mode, success information is not available.")
def handle_cmd_unlock_event(self,arg):
if arg is not None:
arg("298 Fallback Okay: Trying to unlock the door. The System is in fallback mode, success information is not available.")