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/",
|
||||
"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"
|
||||
|
@ -52,8 +53,8 @@
|
|||
"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,
|
||||
|
|
Loading…
Add table
Reference in a new issue