Log to chumbucket by default, set the device hostname to 'test-device'

This commit is contained in:
Pim van Pelt
2018-11-01 14:48:01 +01:00
parent 6434cb6db0
commit 3140cc72b8

View File

@ -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: