ma7: use new config type with sea_path and frappy.sea.LscDrivable

This commit is contained in:
l_samenv 2024-12-03 15:19:45 +01:00
parent 654a472a7e
commit a9e3489325
2 changed files with 7 additions and 10 deletions

View File

@ -10,11 +10,12 @@ Mod('sea_main',
) )
Mod('tt', Mod('tt',
'frappy_psi.sea.SeaDrivable', '', 'frappy_psi.sea.LscDrivable', '',
io='sea_main', io='sea_main',
meaning=['temperature_regulation', 20], meaning=['temperature_regulation', 27],
sea_object='tt', sea_object='tt',
rel_paths=['tm', '.', 'set', 'dblctrl'], sensor_path='tm',
set_path='set',
) )
Mod('cc', Mod('cc',
@ -69,15 +70,13 @@ Mod('lev',
Mod('tcoil1', Mod('tcoil1',
'frappy_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='tcoil', sea_path='tcoil/ta',
rel_paths=['ta'],
) )
Mod('tcoil2', Mod('tcoil2',
'frappy_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
io='sea_main', io='sea_main',
sea_object='tcoil', sea_path='tcoil/tb',
rel_paths=['tb'],
) )
Mod('table', Mod('table',

View File

@ -13,8 +13,6 @@ Mod('ts',
'frappy_psi.sea.SeaReadable', '', 'frappy_psi.sea.SeaReadable', '',
meaning=['temperature', 30], meaning=['temperature', 30],
io='sea_stick', io='sea_stick',
sea_object='tt', sea_path='tt/ts',
json_file='ma7.config.json', json_file='ma7.config.json',
rel_paths=['ts'],
) )