add 'status' to updates for module block

This commit is contained in:
2025-03-18 14:22:10 +01:00
parent 63a9d65626
commit c67c0f7e9d

View File

@ -37,7 +37,7 @@ class SecopClient:
if path == "main":
components = [dict(type='rdlink', name=name+':value', title=name)
for node in self.instrument.nodes for name in node.modules]
self.param_updates = {'value'}
self.param_updates = {'value', 'status'}
return dict(type='draw', path='main', title='modules', components=components)
self.module_updates.add(path) # TODO: remove others?
node = self.instrument.node_map[path]