fixed some bugs, check @ real system

This commit is contained in:
2026-05-14 16:23:43 +03:00
parent a31d809c2e
commit bb2af2965a
18 changed files with 135 additions and 81 deletions

View File

@@ -41,6 +41,7 @@ time_t get_pollT();
double val2d(const val_t *v);
void get_fieldname(const val_t *v, char buf[KEY_LEN+1]);
void get_fieldnameval(const val_t *v, char buf[VAL_LEN+1]);
int station_mute(sensordata_t *s);
int station_unmute(sensordata_t *s);