From 7c59ffc877ab241adcbb325a8e44811f0036c30d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 3 May 2021 13:13:26 +0200 Subject: [PATCH] Mark address option optional --- airsonos/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/airsonos/config.json b/airsonos/config.json index 8ddea96..ad73f4c 100755 --- a/airsonos/config.json +++ b/airsonos/config.json @@ -11,7 +11,6 @@ "host_network": true, "map": ["config:rw"], "options": { - "address": "", "port": 49152, "latency_rtp": 1000, "latency_http": 2000, @@ -19,7 +18,7 @@ }, "schema": { "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", - "address": "str", + "address": "str?", "port": "port", "latency_rtp": "int", "latency_http": "int",