diff -r 300b5c4cd977 -r 5a26429abbf8 thermferm/thermferm.h --- a/thermferm/thermferm.h Mon Jul 16 11:41:46 2018 +0200 +++ b/thermferm/thermferm.h Mon Jul 16 17:23:22 2018 +0200 @@ -366,6 +366,7 @@ int mqtt_port; /* MQTT port to connect to */ char *mqtt_username; /* MQTT username */ char *mqtt_password; /* MQTT password */ + char *uuid; /* System uuid */ } sys_config;