add 'status' to updates for module block
This commit is contained in:
2
secop.py
2
secop.py
@ -37,7 +37,7 @@ class SecopClient:
|
|||||||
if path == "main":
|
if path == "main":
|
||||||
components = [dict(type='rdlink', name=name+':value', title=name)
|
components = [dict(type='rdlink', name=name+':value', title=name)
|
||||||
for node in self.instrument.nodes for name in node.modules]
|
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)
|
return dict(type='draw', path='main', title='modules', components=components)
|
||||||
self.module_updates.add(path) # TODO: remove others?
|
self.module_updates.add(path) # TODO: remove others?
|
||||||
node = self.instrument.node_map[path]
|
node = self.instrument.node_map[path]
|
||||||
|
Reference in New Issue
Block a user