diff --git a/secop.py b/secop.py index 58e58b2..00cf609 100644 --- a/secop.py +++ b/secop.py @@ -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]