This commit is contained in:
2025-06-10 11:42:19 +03:00
parent 288cfcb2b9
commit 1e829a8ca8
10 changed files with 1917 additions and 848 deletions

View File

@@ -56,7 +56,7 @@ void send_data(unsigned char stat_mask){
char s_time[32];
monit_d data;
if(!only_extr){
printf("OT - %s\nIT - %s\nMT - %s\nWS - %s\nP - %s\nH - %s\nS - %s\n\n",
printf("OT - %s\nIT - %s\nMT - %s\nWS - %s\nP - %s\nH - %s\nS - %s (0 - off, 1 - guiding, 2 - ready, 3 - moving, 4 - opened)\n\n",
_L(_s_Otemp_), _L(_s_Itemp_), _L(_s_Mtemp_),
_L(_s_WSpeed_), _L(_s_Pressure_), _L(_s_Humidity_),
_L(_s_State_));