rename razorbill forwarder addon
This commit is contained in:
parent
21dae2d9ce
commit
ff2fcf7651
@ -1,17 +1,17 @@
|
|||||||
Node('cfg/stick/razorbill.cfg',
|
Node('cfg/addons/razorbill.cfg',
|
||||||
'razorbill stick',
|
'razorbill forwarder',
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('sea_stick',
|
Mod('sea_addons',
|
||||||
'frappy_psi.sea.SeaClient',
|
'frappy_psi.sea.SeaClient',
|
||||||
'SEA stick connection',
|
'SEA stick connection',
|
||||||
config='razorbill.stick',
|
config='razorbill.addon',
|
||||||
service='stick',
|
service='addons',
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('ts',
|
Mod('ts',
|
||||||
'frappy_psi.sea.SeaReadable', '',
|
'frappy_psi.sea.SeaReadable', '',
|
||||||
io='sea_stick',
|
io='sea_addons',
|
||||||
sea_object='tt',
|
sea_object='tt',
|
||||||
json_file='ori6.config.json',
|
json_file='ori6.config.json',
|
||||||
rel_paths=['ts'],
|
rel_paths=['ts'],
|
||||||
@ -24,7 +24,7 @@ Mod('T_remote',
|
|||||||
remote_class = 'frappy_psi.dummy.Temp',
|
remote_class = 'frappy_psi.dummy.Temp',
|
||||||
uri='razorbill:5000',
|
uri='razorbill:5000',
|
||||||
module='T',
|
module='T',
|
||||||
export=False,
|
# export=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
Mod('forwarder',
|
Mod('forwarder',
|
Loading…
x
Reference in New Issue
Block a user