Blink statusled on recv/xmit MQTT messages; debounce 200ms; trigger button on release; Prime for sonoff-basic // sonoff-sv

This commit is contained in:
Pim van Pelt
2018-01-25 14:52:55 +01:00
parent 7ea1e26020
commit a0909ab6a0
3 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
author: Pim van Pelt <pim@ipng.nl>
description: A Mongoose-OS Light Switch
version: 1.0
version: 1.1
platform: esp8266
libs_version: ${mos.version}
@ -31,7 +31,7 @@ config_schema:
- ["wifi.sta.pass", "marielle"]
- ["debug.stderr_uart", -1]
- ["debug.stdout_uart", -1]
- ["debug.udp_log_addr", "192.168.2.176:1234"]
- ["debug.udp_log_addr", "192.168.1.1:1025"]
- ["mqtt.enable", true]
- ["http.enable", true]
- ["mqtt.server", "mqtt.ipng.nl:8883"]
@ -39,9 +39,9 @@ config_schema:
- ["rpc.mqtt.enable", true]
- ["app", "o", {title: "APP settings"}]
- ["app.hostname", "s", {title: "Device hostname"}]
- ["app.hostname", "lightswitch0"]
- ["app.hostname", "sonoff-sv"]
- ["app.config", "s", {title: "Application specific config file"}]
- ["app.config", "3gang.json"]
- ["app.config", "sonoff-basic.json"]
build_vars: