SEA: another fix: make sure the value parameter comes first
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user