From 7318307d4ddcad168f0b78e3652998c24689ab6e Mon Sep 17 00:00:00 2001 From: Edward Emelianov Date: Wed, 1 Apr 2026 09:43:49 +0300 Subject: [PATCH] add forgotten "status" --- Daemons/teldaemon_astrosib/header.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Daemons/teldaemon_astrosib/header.c b/Daemons/teldaemon_astrosib/header.c index 19e7b81..0d54125 100644 --- a/Daemons/teldaemon_astrosib/header.c +++ b/Daemons/teldaemon_astrosib/header.c @@ -101,6 +101,7 @@ void write_header(){ if(get_telescope_data(&st)) WRHDR("OPERATIO", "'FORBIDDEN'", "Observations are forbidden"); if(header_mask.telname && telescope_name) WRHDR("TELESCOP", telescope_name, "Telescope name"); + WRHDR("STATUS", st.status, "Telescope shutters' status"); if(header_mask.fosuser){ snprintf(val, 21, "%d", st.focuserpos); WRHDR("FOCUS", val, "Current focuser position");