diff -r 6cabc02f4c8d -r 825210ba2707 thermferm/thermferm.h --- a/thermferm/thermferm.h Thu Apr 11 15:58:49 2024 +0200 +++ b/thermferm/thermferm.h Sat Apr 13 16:50:26 2024 +0200 @@ -387,6 +387,7 @@ char *mqtt_username; /* MQTT username */ char *mqtt_password; /* MQTT password */ char *uuid; /* System uuid */ + int websocket_port; /* Websocket port */ } sys_config;