Script execution
This commit is contained in:
@@ -3,9 +3,14 @@ try:
|
|||||||
s.close()
|
s.close()
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
s = Stream("stream", dispatcher)
|
s = Stream("stream", bs)
|
||||||
s.initialize()
|
s.initialize()
|
||||||
s.start(True)
|
s.start(True)
|
||||||
|
|
||||||
s.waitCacheChange(5000)
|
s.waitCacheChange(5000)
|
||||||
print s.getIdentifiers()
|
print s.getIdentifiers()
|
||||||
|
|
||||||
|
|
||||||
|
for channel in s.children:
|
||||||
|
add_device(channel, True)
|
||||||
|
show_panel(channel)
|
||||||
Reference in New Issue
Block a user