diff -r 420bf5caf53e -r ccb9f24d0fe9 bmsd/nodes.h --- a/bmsd/nodes.h Tue May 19 22:48:59 2020 +0200 +++ b/bmsd/nodes.h Wed May 20 21:49:09 2020 +0200 @@ -23,8 +23,13 @@ /** * @brief Check if nodes are still online and mark them offline if not - * been seen for 10 minutes. + * been seen for twice the node interval time plus a few seconds.. */ void nodes_check_online(void); +/** + * @brief Report status change of nodes so that the client menus are updated. + */ +void status_change(void); + #endif