diff --git a/mos.yml b/mos.yml
index 966661b..505ba9e 100644
--- a/mos.yml
+++ b/mos.yml
@@ -1,6 +1,6 @@
 author: Pim van Pelt <pim@ipng.nl>
 description: A Mongoose-OS Light Switch
-version: 1.2
+version: 1.3
 platform: esp8266
 
 libs_version: ${mos.version}
@@ -36,11 +36,12 @@ config_schema:
   - ["rpc.mqtt.enable", true]
   - ["app", "o", {title: "APP settings"}]
   - ["app.hostname", "s", {title: "Device hostname"}]
-  - ["app.hostname", "sonoff-sv"]
+  - ["app.hostname", "test-device"]
   - ["app.config", "s", {title: "Application specific config file"}]
   - ["app.config", "sonoff-basic.json"]
   - ["sensors.dht_gpio", "s", "5,4,14", {title: "Comma Separated list of GPIO pins to enable DHT22/AM2302 sensors on"}]
   - ["prometheus.pushgateway", "chbtl01.paphosting.net:9091"]
+  - ["debug.log_udp_addr", "192.168.1.20:1234"]
 
 
 build_vars: