21 lines
449 B
Python
21 lines
449 B
Python
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',
|
|
)
|