Add space state event backend
This commit is contained in:
parent
6b8f1f9a6c
commit
659cdf1ff5
6 changed files with 154 additions and 5 deletions
7
config.h
7
config.h
|
@ -48,6 +48,13 @@ typedef struct {
|
|||
char *jsonbot_password;
|
||||
char *jsonbot_privmsg_to;
|
||||
|
||||
/* Space state database client configuration */
|
||||
char *spacestate_host;
|
||||
char *spacestate_username;
|
||||
char *spacestate_password;
|
||||
char *spacestate_name;
|
||||
char *spacestate_driver;
|
||||
|
||||
/* Global configuration based state */
|
||||
GKeyFile *keyfile;
|
||||
uint8_t event_handler_cnt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue