Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Maxim Prokhorov 8df23392a9 webui: clean-up cfd6e36dbe 3 years ago
..
config ifan: more fixes, clean-up relays 3 years ago
data webui: clean-up cfd6e36dbe94ee0e8098351357f903c060fd5dc9 3 years ago
filters sns: clean-up sensor init 4 years ago
garland garland: updates (#2412) 3 years ago
libs providers: relays, lights and buttons refactoring (#2414) 3 years ago
sensors providers: relays, lights and buttons refactoring (#2414) 3 years ago
static webui: clean-up cfd6e36dbe94ee0e8098351357f903c060fd5dc9 3 years ago
DebounceEvent.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
alexa.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
alexa.h Include library headers in .cpp 4 years ago
api.cpp api: make sure to return when GET response is done 3 years ago
api.h api: rework plain and JSON implementations (#2405) 3 years ago
api_common.cpp api: rework plain and JSON implementations (#2405) 3 years ago
api_impl.h api: allow to handle the request only once 3 years ago
board.cpp garland: new module (#2408) 3 years ago
board.h Convert .ino -> .cpp (#2228) 4 years ago
broker.h Fix superfluous whitespaces and line endings 4 years ago
button.cpp button: custom action + ifan fixes 3 years ago
button.h button: custom action + ifan fixes 3 years ago
button_config.h button: custom action + ifan fixes 3 years ago
compat.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
crash.cpp Rework settings (#2282) 4 years ago
crash.h Rework settings (#2282) 4 years ago
curtain_kingart.cpp Fix superfluous whitespaces and line endings 4 years ago
curtain_kingart.h Kingart curtain switch UI support (#2250) 4 years ago
debug.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
debug.h Terminal: change command-line parser (#2247) 4 years ago
domoticz.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
domoticz.h Convert .ino -> .cpp (#2228) 4 years ago
dummy_ets_printf.c fix typo and link order 5 years ago
encoder.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
encoder.h api: rework plain and JSON implementations (#2405) 3 years ago
espurna.h Rework settings (#2282) 4 years ago
espurna.ino Convert .ino -> .cpp (#2228) 4 years ago
fs_math.c libs: renormalize line endings 3 years ago
garland.cpp garland: updates (#2412) 3 years ago
garland.h garland: new module (#2408) 3 years ago
gpio.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
gpio.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
gpio_pin.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
homeassistant.cpp utils: simplify version + revision into just version 3 years ago
homeassistant.h Convert .ino -> .cpp (#2228) 4 years ago
i2c.cpp Terminal: change command-line parser (#2247) 4 years ago
i2c.h Convert .ino -> .cpp (#2228) 4 years ago
ifan.cpp ifan: make sure pin is initialized 3 years ago
ifan.h ifan: refactor into a separate module 3 years ago
influxdb.cpp Include library headers in .cpp 4 years ago
influxdb.h Include library headers in .cpp 4 years ago
ir.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
ir.h Convert .ino -> .cpp (#2228) 4 years ago
ir_button.h Convert .ino -> .cpp (#2228) 4 years ago
led.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
led.h Convert .ino -> .cpp (#2228) 4 years ago
led_config.h Convert .ino -> .cpp (#2228) 4 years ago
led_pattern.h Convert .ino -> .cpp (#2228) 4 years ago
led_pattern.h.in Convert .ino -> .cpp (#2228) 4 years ago
light.cpp webui: update colorpicker 3 years ago
light.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
light_config.h Convert .ino -> .cpp (#2228) 4 years ago
lightfox.cpp Terminal: change command-line parser (#2247) 4 years ago
lightfox.h Add missing headers 4 years ago
llmnr.cpp Convert .ino -> .cpp (#2228) 4 years ago
llmnr.h Convert .ino -> .cpp (#2228) 4 years ago
main.cpp ifan: refactor into a separate module 3 years ago
mcp23s08.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
mcp23s08.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
mcp23s08_pin.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
mdns.cpp utils: simplify version + revision into just version 3 years ago
mdns.h Convert .ino -> .cpp (#2228) 4 years ago
migrate.cpp Merge remote-tracking branch 'origin/dev' into rfb/refactoring 4 years ago
mqtt.cpp ifan: refactor into a separate module 3 years ago
mqtt.h ifan: refactor into a separate module 3 years ago
netbios.cpp Convert .ino -> .cpp (#2228) 4 years ago
netbios.h Convert .ino -> .cpp (#2228) 4 years ago
nofuss.cpp Terminal: change command-line parser (#2247) 4 years ago
nofuss.h Convert .ino -> .cpp (#2228) 4 years ago
ntp.cpp ntp: always use abs(offset), minus is used for positive values 4 years ago
ntp.h ntp: clean-up 4 years ago
ntp_legacy.cpp Terminal: change command-line parser (#2247) 4 years ago
ntp_timelib.h ntp: simplify uptime info, drop legacy timelib funcs & consts 3 years ago
ota.cpp ota: detect Tasmota magic numbers when booting (#2370) 4 years ago
ota.h ota: detect Tasmota magic numbers when booting (#2370) 4 years ago
ota_arduinoota.cpp Include library headers in .cpp 4 years ago
ota_asynctcp.cpp Include library headers in .cpp 4 years ago
ota_httpupdate.cpp Terminal: change command-line parser (#2247) 4 years ago
ota_web.cpp api: rework plain and JSON implementations (#2405) 3 years ago
prometheus.cpp api: rework plain and JSON implementations (#2405) 3 years ago
prometheus.h web: prometheus metrics support (#2332) 4 years ago
pwm.c PIO: fix git, bump versions (#2298) 4 years ago
relay.cpp ifan: refactor into a separate module 3 years ago
relay.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
relay_config.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
rfbridge.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
rfbridge.h broker publish with protocol included 4 years ago
rfm69.cpp Convert .ino -> .cpp (#2228) 4 years ago
rfm69.h Convert .ino -> .cpp (#2228) 4 years ago
rpc.cpp broker: declare and define per module (#2253) 4 years ago
rpc.h broker: declare and define per module (#2253) 4 years ago
rpnrules.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
rpnrules.h Convert .ino -> .cpp (#2228) 4 years ago
rtcmem.cpp Terminal: change command-line parser (#2247) 4 years ago
rtcmem.h Convert .ino -> .cpp (#2228) 4 years ago
scheduler.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
scheduler.h Convert .ino -> .cpp (#2228) 4 years ago
sensor.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
sensor.h sns: clean-up sensor init 4 years ago
settings.cpp Fix superfluous whitespaces and line endings 4 years ago
settings.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
settings_embedis.h Fix superfluous whitespaces and line endings 4 years ago
settings_internal.h Convert .ino -> .cpp (#2228) 4 years ago
ssdp.cpp api: rework plain and JSON implementations (#2405) 3 years ago
ssdp.h Convert .ino -> .cpp (#2228) 4 years ago
storage_eeprom.cpp Rework settings (#2282) 4 years ago
storage_eeprom.h Rework settings (#2282) 4 years ago
system.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
system.h Convert .ino -> .cpp (#2228) 4 years ago
telnet.cpp PIO: remove Arduino Core 2.3.0 support (#2333) 4 years ago
telnet.h Include library headers in .cpp 4 years ago
terminal.cpp providers: relays, lights and buttons refactoring (#2414) 3 years ago
terminal.h terminal: make sure API is loaded after the web server 3 years ago
terminal_commands.cpp test: update terminal strings 3 years ago
terminal_commands.h terminal: enforce F(...) as commands 3 years ago
terminal_parsing.cpp terminal: enforce F(...) as commands 3 years ago
terminal_parsing.h terminal: enforce F(...) as commands 3 years ago
thermostat.cpp web: prometheus metrics support (#2332) 4 years ago
thermostat.h Convert .ino -> .cpp (#2228) 4 years ago
thingspeak.cpp Fix superfluous whitespaces and line endings 4 years ago
thingspeak.h Convert .ino -> .cpp (#2228) 4 years ago
tuya.cpp ifan: refactor into a separate module 3 years ago
tuya.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
tuya_dataframe.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
tuya_protocol.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
tuya_transport.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
tuya_types.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
tuya_util.h providers: relays, lights and buttons refactoring (#2414) 3 years ago
uartmqtt.cpp Convert .ino -> .cpp (#2228) 4 years ago
uartmqtt.h Convert .ino -> .cpp (#2228) 4 years ago
utils.cpp utils: make version string parsable by semver utils 3 years ago
utils.h utils: simplify version + revision into just version 3 years ago
web.cpp utils: simplify version + revision into just version 3 years ago
web.h api: rework plain and JSON implementations (#2405) 3 years ago
web_asyncwebprint_impl.h terminal: small workaround for _tempObject from API 3 years ago
wifi.cpp rpn: sleep and rtcmem ops (#2366) 4 years ago
wifi.h rpn: sleep and rtcmem ops (#2366) 4 years ago
wifi_config.h Convert .ino -> .cpp (#2228) 4 years ago
ws.cpp wifi: yield after disconnecting 3 years ago
ws.h WS refactoring (#2261) 4 years ago
ws_internal.h WS refactoring (#2261) 4 years ago