diff -r 2987e5bb830d -r 26c6f8e5d58e bmsd/bms.h --- a/bmsd/bms.h Mon Mar 25 20:47:25 2019 +0100 +++ b/bmsd/bms.h Wed Mar 27 12:50:57 2019 +0100 @@ -201,6 +201,8 @@ char *profile_steps; ///< Profile steps in JSON float yeast_lo; ///< Yeast minimum temperature float yeast_hi; ///< Yeast maximum temperature + char *webcam_url; ///< Webcam url to the stream + int webcam_light; ///< Webcam control lights } sys_fermenter_list;