SEA: another fix: make sure the value parameter comes first

This commit is contained in:
2025-06-02 11:00:26 +02:00
parent 62adec4874
commit 745e15c709
2 changed files with 25 additions and 12 deletions

View File

@ -9,12 +9,21 @@ Mod('sea_main',
service='main',
)
#Mod('tt',
# 'frappy_psi.sea.SeaDrivable', '',
# io='sea_main',
# meaning=['temperature_regulation', 27],
# sea_object='tt',
# rel_paths=['.', 'tm', 'set', 'dblctrl'],
#)
Mod('tt',
'frappy_psi.sea.SeaDrivable', '',
'frappy_psi.sea.LscDrivable', '',
io='sea_main',
meaning=['temperature_regulation', 27],
sea_object='tt',
rel_paths=['.', 'tm', 'set', 'dblctrl'],
sensor_path='tm',
set_path='set',
)
Mod('cc',