From a4ee261744807e1972d08751563039e25b087778 Mon Sep 17 00:00:00 2001 From: sans Date: Mon, 17 Jun 2024 10:40:04 +0200 Subject: [PATCH] cti7: add cold finger temperature --- cfg/main/cti7ht_cfg.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cfg/main/cti7ht_cfg.py b/cfg/main/cti7ht_cfg.py index 9b7f510..ad35de5 100644 --- a/cfg/main/cti7ht_cfg.py +++ b/cfg/main/cti7ht_cfg.py @@ -11,6 +11,14 @@ Mod('sea_main', Mod('tt', 'frappy_psi.sea.SeaDrivable', '', + meaning=['temperature', 20], io='sea_main', sea_object='tt', ) + +Mod('th', + 'frappy_psi.sea.SeaReadable', 'CTI cold finger temperature', + io='sea_main', + sea_object='tt', + rel_paths = ['te'], +)