add haakeuro
This commit is contained in:
20
cfg/main/haakeuro_cfg.py
Normal file
20
cfg/main/haakeuro_cfg.py
Normal file
@ -0,0 +1,20 @@
|
||||
Node(
|
||||
description = '''Haake thermostat + Eurotherm controller''',
|
||||
id = haakeuro.config.sea.psi.ch,
|
||||
)
|
||||
Mod('sea_main',
|
||||
'frappy_psi.sea.SeaClient',
|
||||
'main sea connection for haakeuro.config',
|
||||
config = 'haakeuro.config',
|
||||
service = 'main',
|
||||
)
|
||||
Mod('th',
|
||||
'frappy_psi.sea.SeaDrivable', '',
|
||||
io = 'sea_main',
|
||||
sea_object = 'th',
|
||||
)
|
||||
Mod('te',
|
||||
'frappy_psi.sea.SeaDrivable', '',
|
||||
io = 'sea_main',
|
||||
sea_object = 'te',
|
||||
)
|
Reference in New Issue
Block a user