Blink statusled on recv/xmit MQTT messages; debounce 200ms; trigger button on release; Prime for sonoff-basic // sonoff-sv
This commit is contained in:
8
mos.yml
8
mos.yml
@ -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:
|
||||
|
Reference in New Issue
Block a user