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",
|
"slug": "yealink_bridge",
|
||||||
"name": "Yealink Bridge",
|
"name": "Yealink Bridge",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"url": "https://git.drgn.moe/BlackDragon/yealink-bridge",
|
"url": "https://git.drgn.moe/BlackDragon/yealink-bridge",
|
||||||
"stage": "stable",
|
"stage": "stable",
|
||||||
"description": "Yealink bridge",
|
"description": "Yealink bridge",
|
||||||
|
@ -16,15 +16,15 @@
|
||||||
},
|
},
|
||||||
"map": [],
|
"map": [],
|
||||||
"options": {
|
"options": {
|
||||||
"mqtt_broker": "MQTT Broker to use",
|
"mqtt_broker": "mqtt.example.com",
|
||||||
"mqtt_topic": "Topic to use for the bridge",
|
"mqtt_topic": "yealink/",
|
||||||
"mqtt_username": "Username to use for connecting to the MQTT broker (optional)",
|
"mqtt_username": "",
|
||||||
"mqtt_password": "Password to use for connecting to the MQTT broker (optional)",
|
"mqtt_password": "",
|
||||||
"yealink_username": "username of the yealink phone",
|
"yealink_username": "admin",
|
||||||
"yealink_password": "Password of the yealink phone",
|
"yealink_password": "admin",
|
||||||
"yealink_ip": "Ip of the yealink phone",
|
"yealink_ip": "192.168.1.1",
|
||||||
"enable_dial": "Enable dialing over MQTT",
|
"enable_dial": "true",
|
||||||
"enable_control": "Enable control over MQTT"
|
"enable_control": "true"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"mqtt_broker": "str",
|
"mqtt_broker": "str",
|
||||||
|
|
Loading…
Reference in a new issue