You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.8 KiB
60 lines
1.8 KiB
{
|
|
"name": "Ring-MQTT Bridge",
|
|
"id": "ring-mqtt",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Ring devices to MQTT bridge.",
|
|
"fr": "Pont MQTT pour peripheriques Ring."
|
|
},
|
|
"version": "1.03~ynh1",
|
|
"url": "https://github.com/tsightler/ring-mqtt",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"website": "https://github.com/tsightler/ring-mqtt",
|
|
"admindoc": "https://github.com/tsightler/ring-mqtt",
|
|
"code": "https://github.com/tsightler/ring-mqtt"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "jukefr ",
|
|
"email": "spam@juke.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": ["mosquitto"],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "mosquittonumber",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the local mosquitto instance number to communicate with the Ring-MQTT bridge",
|
|
"fr": "Choisissez le numéro de l'instance mosquitto qui doit communiquer avec la passerelle Ring-MQTT"
|
|
},
|
|
"example": "2 (for instance mosquitto__2)",
|
|
"help": {
|
|
"en": "If you installed mosquitto only once time, then leave default value 1.",
|
|
"fr": "Si vous n'avez installé qu'une fois mosquitto, gardez la valeur par défaut 1."
|
|
},
|
|
"default": "1"
|
|
},
|
|
{
|
|
"name": "ringdisarm",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Enter the code to disarm the alarm if you have one",
|
|
"fr": "Entrez le code pour desarmer l'alarme si vous en avez une"
|
|
},
|
|
"example": "1234",
|
|
"help": {
|
|
"en": "If you don't have an alarm just leave the empty default.",
|
|
"fr": "Si vous n'avez pas d'alarme, gardez le defaut vide."
|
|
},
|
|
"default": ""
|
|
}
|
|
|
|
]
|
|
}
|
|
}
|
|
|