From 601ad9d301b9ced3350a90e7450ffe462659909f Mon Sep 17 00:00:00 2001 From: sans Date: Tue, 22 Oct 2024 09:28:03 +0200 Subject: [PATCH] eurotherm_cfg: fix meaning --- cfg/main/eurotherm_cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/main/eurotherm_cfg.py b/cfg/main/eurotherm_cfg.py index 051b363..721e648 100644 --- a/cfg/main/eurotherm_cfg.py +++ b/cfg/main/eurotherm_cfg.py @@ -6,11 +6,11 @@ Mod('sea_main', 'main sea connection for haakeuro.config', config = 'eurotherm.config', service = 'main', - meaning=('temperature', 11), ) Mod('te', 'frappy_psi.sea.SeaDrivable', '', io = 'sea_main', meaning=['temperature', 20], sea_object = 'te', + meaning=('temperature', 11), )