Script execution

This commit is contained in:
gac-S_Changer
2017-02-23 11:52:42 +01:00
parent 40356c6caa
commit 2979219381

View File

@@ -130,7 +130,7 @@ class RobotTCP(TcpDevice):
def get_safety_fault_signal(self):
fault = eval_bool("safetyFault(s)")
if (fault):
return get_str("s")
return get_str("")
def is_powered(self):