diff --git a/script/test/TestZMQ.py b/script/test/TestZMQ.py index 8f3e9a9..8ada370 100644 --- a/script/test/TestZMQ.py +++ b/script/test/TestZMQ.py @@ -3,9 +3,14 @@ try: s.close() except: pass -s = Stream("stream", dispatcher) +s = Stream("stream", bs) s.initialize() s.start(True) s.waitCacheChange(5000) -print s.getIdentifiers() \ No newline at end of file +print s.getIdentifiers() + + +for channel in s.children: + add_device(channel, True) + show_panel(channel) \ No newline at end of file