Skip to content

Socketio signal refactoring

Marcus Oskarsson requested to merge gh-fc9d22f2/166/meguiraun/signals into master

Created by: meguiraun

Some changes to make easier working with socketio signals, basically, now the event name will be: 'motors', 'task', etc... and the hwobj signal will be within the data sent to the client. A more structured way of sending/listening. It is working as before, if new signals need to be sent, add to signals.py, and link to the appropiate method (or create one)

image

Merge request reports