- tt:value (VTI temperatures from SEA) should not be sample T - VTI meaning must be ['temperature_regulation',20] - stick ts meaning must be ['temperature', 30] Change-Id: Ib6d662bb27d898958c62c02878d9551161cbc8c2
20 lines
382 B
Python
20 lines
382 B
Python
Node('ma7.stick.sea.psi.ch',
|
|
'MA7 standard sample stick',
|
|
)
|
|
|
|
Mod('sea_stick',
|
|
'frappy_psi.sea.SeaClient',
|
|
'SEA stick connection',
|
|
config='ma7_piezo.stick',
|
|
service='stick',
|
|
)
|
|
|
|
Mod('ts',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
meaning=['temperature', 30],
|
|
io='sea_stick',
|
|
sea_object='tt',
|
|
json_file='ma7_piezo.config.json',
|
|
rel_paths=['ts'],
|
|
)
|