From c4e15a3147fbd86fb4b4d1c204799a2365f1d8ae Mon Sep 17 00:00:00 2001 From: Mips2648 Date: Sat, 14 Jun 2025 10:41:35 +0200 Subject: [PATCH] add note on update --- frontend/public/json/jeedom.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/jeedom.json b/frontend/public/json/jeedom.json index cdd65e16..38fd42a5 100644 --- a/frontend/public/json/jeedom.json +++ b/frontend/public/json/jeedom.json @@ -41,5 +41,10 @@ "username": "admin", "password": "admin" }, - "notes": [] + "notes": [ + { + "text": "Only OS packages are updateable. To update Jeedom, please use the web interface.", + "type": "info" + } + ] }