- 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
384 B
Python
20 lines
384 B
Python
Node('cfg/stick/varioxstick.cfg',
|
|
'Variox standard sample stick',
|
|
)
|
|
|
|
Mod('sea_stick',
|
|
'frappy_psi.sea.SeaClient',
|
|
'SEA stick connection',
|
|
config='variox.stick',
|
|
service='stick',
|
|
)
|
|
|
|
Mod('ts',
|
|
'frappy_psi.sea.SeaReadable', '',
|
|
meaning=['temperature', 30],
|
|
io='sea_stick',
|
|
sea_object='tt',
|
|
json_file='variox.config.json',
|
|
rel_paths=['ts'],
|
|
)
|