mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
parent
c01ed1894d
commit
795744fe79
1 changed files with 13 additions and 12 deletions
|
@ -13,7 +13,8 @@
|
||||||
"website": "https://domoticz.com/",
|
"website": "https://domoticz.com/",
|
||||||
"admindoc": "https://www.domoticz.com/wiki/Main_Page",
|
"admindoc": "https://www.domoticz.com/wiki/Main_Page",
|
||||||
"userdoc": "https://www.domoticz.com/DomoticzManual.pdf",
|
"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",
|
"license": "GPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -28,7 +29,7 @@
|
||||||
"nginx"
|
"nginx"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
|
@ -52,8 +53,8 @@
|
||||||
"name": "mqtt_domain",
|
"name": "mqtt_domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
"fr":"Domaine MQTT",
|
"fr": "Domaine MQTT",
|
||||||
"en":"MQTT domain"
|
"en": "MQTT domain"
|
||||||
},
|
},
|
||||||
"example": "mqtt.your.domain.com",
|
"example": "mqtt.your.domain.com",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue