27 lines
515 B
Python
27 lines
515 B
Python
Node('ma7matt.stick.sea.psi.ch',
|
|
'MA7 sample stick with wiring for Matt Littlehales',
|
|
)
|
|
|
|
Mod('sea_stick',
|
|
'frappy_psi.sea.SeaClient',
|
|
'SEA stick connection',
|
|
config='ma7matt.stick',
|
|
service='stick',
|
|
)
|
|
|
|
Mod('ts',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
meaning=['temperature', 30],
|
|
io='sea_stick',
|
|
sea_path='tt/ts_2',
|
|
json_file='ma7.config.json',
|
|
)
|
|
|
|
Mod('T_stick',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
io='sea_stick',
|
|
sea_path='tt/ts',
|
|
json_file='ma7.config.json',
|
|
)
|
|
|