dfsnoujlkfdhudsjf
This commit is contained in:
parent
3973a7d6b3
commit
5da8cc691b
1 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"slug": "yealink_bridge",
|
||||
"name": "Yealink Bridge",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"url": "https://git.drgn.moe/BlackDragon/yealink-bridge",
|
||||
"stage": "stable",
|
||||
"description": "Yealink bridge",
|
||||
|
@ -16,15 +16,15 @@
|
|||
},
|
||||
"map": [],
|
||||
"options": {
|
||||
"mqtt_broker": "MQTT Broker to use",
|
||||
"mqtt_topic": "Topic to use for the bridge",
|
||||
"mqtt_username": "Username to use for connecting to the MQTT broker (optional)",
|
||||
"mqtt_password": "Password to use for connecting to the MQTT broker (optional)",
|
||||
"yealink_username": "username of the yealink phone",
|
||||
"yealink_password": "Password of the yealink phone",
|
||||
"yealink_ip": "Ip of the yealink phone",
|
||||
"enable_dial": "Enable dialing over MQTT",
|
||||
"enable_control": "Enable control over MQTT"
|
||||
"mqtt_broker": "mqtt.example.com",
|
||||
"mqtt_topic": "yealink/",
|
||||
"mqtt_username": "",
|
||||
"mqtt_password": "",
|
||||
"yealink_username": "admin",
|
||||
"yealink_password": "admin",
|
||||
"yealink_ip": "192.168.1.1",
|
||||
"enable_dial": "true",
|
||||
"enable_control": "true"
|
||||
},
|
||||
"schema": {
|
||||
"mqtt_broker": "str",
|
||||
|
|
Loading…
Reference in a new issue