Script execution
This commit is contained in:
@@ -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()
|
||||
print s.getIdentifiers()
|
||||
|
||||
|
||||
for channel in s.children:
|
||||
add_device(channel, True)
|
||||
show_panel(channel)
|
||||
Reference in New Issue
Block a user