1
0
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:
Patrick Grimm
2013-11-02 22:56:20 +01:00
parent bf5c8a6514
commit 5d710a2baa
4 changed files with 64 additions and 16 deletions

View File

@@ -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;
};