From 795744fe79a606c7b9289914ce6f09e4bf1bf8f0 Mon Sep 17 00:00:00 2001
From: Yunohost-Bot <>
Date: Sun, 7 Aug 2022 20:11:27 +0200
Subject: [PATCH] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform=C2=A0Enum?=
 =?UTF-8?q?eration=20id=20to=20`manifest.json`?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 manifest.json | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/manifest.json b/manifest.json
index 01b414b..f2e0fb9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -13,7 +13,8 @@
         "website": "https://domoticz.com/",
         "admindoc": "https://www.domoticz.com/wiki/Main_Page",
         "userdoc": "https://www.domoticz.com/DomoticzManual.pdf",
-        "code": "https://github.com/domoticz/domoticz"
+        "code": "https://github.com/domoticz/domoticz",
+        "cpe": "cpe:2.3:a:domoticz:domoticz"
     },
     "license": "GPL-3.0-or-later",
     "maintainer": {
@@ -28,7 +29,7 @@
         "nginx"
     ],
     "arguments": {
-        "install" : [
+        "install": [
             {
                 "name": "domain",
                 "type": "domain"
@@ -44,24 +45,24 @@
                 "type": "boolean",
                 "default": false,
                 "help": {
-                	"fr": "Attention, cette application n'a pas de gestion d'utilisateur par défaut, si vous la mettez public, n importe qui y aura accès!",
-                	"en": "Beware, there is no user management by default. If it's set as public, anyone will have access!"
-                	}
+                    "fr": "Attention, cette application n'a pas de gestion d'utilisateur par défaut, si vous la mettez public, n importe qui y aura accès!",
+                    "en": "Beware, there is no user management by default. If it's set as public, anyone will have access!"
+                }
             },
             {
                 "name": "mqtt_domain",
                 "type": "domain",
                 "ask": {
-                	"fr":"Domaine MQTT",
-                	"en":"MQTT domain"
-                	},
+                    "fr": "Domaine MQTT",
+                    "en": "MQTT domain"
+                },
                 "example": "mqtt.your.domain.com",
                 "optional": true,
                 "help": {
-                	"fr": "Domaine pour le serveur MQTT. Remettez le domaine principal si vous ne souhaitez pas l'utiliser. Lire la documentation pour plus d'informations",
-                	"en": "MQTT server domain. Set the main domain if you don't wish to use it. See the doc for more info"
-                	}
+                    "fr": "Domaine pour le serveur MQTT. Remettez le domaine principal si vous ne souhaitez pas l'utiliser. Lire la documentation pour plus d'informations",
+                    "en": "MQTT server domain. Set the main domain if you don't wish to use it. See the doc for more info"
+                }
             }
         ]
     }
-}
+}
\ No newline at end of file