Files
zolliker 9855d515e8 push files from frappy/cfg
- without files from frappy/cfg (mlz version)
- moved ~ other files from frappy/cfg to boxes/
2025-05-14 16:50:16 +02:00

20 lines
376 B
Python

Node('cfg/stick/ill3stick.cfg',
'ILL3 standard sample stick',
)
Mod('sea_stick',
'frappy_psi.sea.SeaClient',
'SEA stick connection',
config='ill3.stick',
service='stick',
)
Mod('ts',
'frappy_psi.sea.SeaReadable', '',
meaning=['temperature', 30],
io='sea_stick',
sea_object='tt',
json_file='ill3.config.json',
rel_paths=['ts'],
)