First time here? Check out the Help page!
1 | initial version |
Hi, everybody. I could solve the problem closing all actuators in an if clause:
if 'handles_done' not in self.data .... get_actuator_handle(....) self.data['handles_done'] = True
Look for "PythonPluginCustomSchedule.py" in Example Files
2 | No.2 Revision |
Hi, everybody. I could solve the problem closing all actuators in an if clause:
if 'handles_done' not in self.data
self.data
.... get_actuator_handle(....)
get_actuator_handle(....)
self.data['handles_done'] = True
Look for "PythonPluginCustomSchedule.py" in Example Files