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.

64 lines
1.6 KiB

  1. /*
  2. ESPurna
  3. Copyright (C) 2016-2019 by Xose Pérez <xose dot perez at gmail dot com>
  4. Copyright (C) 2019-2021 by Maxim Prokhorov <prokhorov dot max at outlook dot com>
  5. This program is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 3 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program. If not, see <http://www.gnu.org/licenses/>.
  15. */
  16. #include "alexa.h"
  17. #include "api.h"
  18. #include "button.h"
  19. #include "crash.h"
  20. #include "curtain_kingart.h"
  21. #include "debug.h"
  22. #include "domoticz.h"
  23. #include "encoder.h"
  24. #include "homeassistant.h"
  25. #include "garland.h"
  26. #include "i2c.h"
  27. #include "influxdb.h"
  28. #include "fan.h"
  29. #include "ir.h"
  30. #include "led.h"
  31. #include "light.h"
  32. #include "lightfox.h"
  33. #include "llmnr.h"
  34. #include "mdns.h"
  35. #include "mqtt.h"
  36. #include "netbios.h"
  37. #include "nofuss.h"
  38. #include "ntp.h"
  39. #include "ota.h"
  40. #include "relay.h"
  41. #include "rfbridge.h"
  42. #include "rfm69.h"
  43. #include "rpc.h"
  44. #include "rpnrules.h"
  45. #include "rtcmem.h"
  46. #include "scheduler.h"
  47. #include "sensor.h"
  48. #include "ssdp.h"
  49. #include "telnet.h"
  50. #include "thermostat.h"
  51. #include "thingspeak.h"
  52. #include "tuya.h"
  53. #include "uartmqtt.h"
  54. #include "web.h"
  55. #include "ws.h"
  56. #include "mcp23s08.h"
  57. #include "prometheus.h"