From 3140cc72b89b9d19636fb7b82da9d86c708d3860 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Thu, 1 Nov 2018 14:48:01 +0100 Subject: [PATCH] Log to chumbucket by default, set the device hostname to 'test-device' --- mos.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 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: