jtccr cfg: missing tolerance and settle (need '.' in rel_paths)

This commit is contained in:
2025-06-05 11:49:56 +02:00
parent 52f90fe5be
commit 1ad699fb66

View File

@ -14,7 +14,7 @@ Mod('tt',
io='sea_main',
meaning=['temperature_regulation', 27],
sea_object='tt',
rel_paths=['main', 'set'],
rel_paths=['main', '.', 'set'],
value=Param(unit='K'),
)