- 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
18 lines
332 B
Python
18 lines
332 B
Python
Node('cfg/stick/oventwo.cfg',
|
|
'oven stick for SANS',
|
|
)
|
|
|
|
Mod('sea_stick',
|
|
'frappy_psi.sea.SeaClient',
|
|
'stick sea connection for oventwo.stick',
|
|
config='oventwo.stick',
|
|
service='stick',
|
|
)
|
|
|
|
Mod('ts',
|
|
'frappy_psi.sea.SeaDrivable', '',
|
|
meaning=['temperature', 30],
|
|
io='sea_stick',
|
|
sea_object='ts',
|
|
)
|