From 5da8cc691bb5982bcd797e358043a8207584ee5d Mon Sep 17 00:00:00 2001 From: Kyan Wanschers Date: Wed, 19 Feb 2025 13:59:56 +0100 Subject: [PATCH] dfsnoujlkfdhudsjf --- yealink-bridge/config.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/yealink-bridge/config.json b/yealink-bridge/config.json index 689542c..03ce5cb 100644 --- a/yealink-bridge/config.json +++ b/yealink-bridge/config.json @@ -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",