mirror of
https://github.com/stargieg/bacnet-stack
synced 2025-10-26 23:35:52 +08:00
add Out_Of_Service and write value to uci for av
This commit is contained in:
@@ -27,6 +27,8 @@ struct uci_context* ucix_init_path(const char *path, const char *config_file);
|
||||
/* value/name tuples */
|
||||
struct value_tuple {
|
||||
char value[16];
|
||||
time_t value_time;
|
||||
int Out_Of_Service;
|
||||
char idx[18];
|
||||
struct value_tuple *next;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user