Log to chumbucket by default, set the device hostname to 'test-device'
This commit is contained in:
5
mos.yml
5
mos.yml
@ -1,6 +1,6 @@
|
|||||||
author: Pim van Pelt <pim@ipng.nl>
|
author: Pim van Pelt <pim@ipng.nl>
|
||||||
description: A Mongoose-OS Light Switch
|
description: A Mongoose-OS Light Switch
|
||||||
version: 1.2
|
version: 1.3
|
||||||
platform: esp8266
|
platform: esp8266
|
||||||
|
|
||||||
libs_version: ${mos.version}
|
libs_version: ${mos.version}
|
||||||
@ -36,11 +36,12 @@ config_schema:
|
|||||||
- ["rpc.mqtt.enable", true]
|
- ["rpc.mqtt.enable", true]
|
||||||
- ["app", "o", {title: "APP settings"}]
|
- ["app", "o", {title: "APP settings"}]
|
||||||
- ["app.hostname", "s", {title: "Device hostname"}]
|
- ["app.hostname", "s", {title: "Device hostname"}]
|
||||||
- ["app.hostname", "sonoff-sv"]
|
- ["app.hostname", "test-device"]
|
||||||
- ["app.config", "s", {title: "Application specific config file"}]
|
- ["app.config", "s", {title: "Application specific config file"}]
|
||||||
- ["app.config", "sonoff-basic.json"]
|
- ["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"}]
|
- ["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"]
|
- ["prometheus.pushgateway", "chbtl01.paphosting.net:9091"]
|
||||||
|
- ["debug.log_udp_addr", "192.168.1.20:1234"]
|
||||||
|
|
||||||
|
|
||||||
build_vars:
|
build_vars:
|
||||||
|
Reference in New Issue
Block a user