From 3d575fc543f81869a05be2330b6e07c28332192c Mon Sep 17 00:00:00 2001 From: Nebz <28622481+NebzHB@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:17:34 +0100 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 89bd726..1c1c0f2 100755 --- a/index.js +++ b/index.js @@ -138,7 +138,7 @@ JeedomPlatform.prototype.addAccessories = function() { }); } else { that.log('error','Pièce > '+model.objects); - throw new Error('Rooms list empty or invalid'); + throw new Error('Liste des pièces vide ou invalide, vérifiez que vous avez bien coché au moins une pièce à envoyer à homebridge !'); } that.log('Enumération des scénarios Jeedom...');