├── CallbackFunction.h ├── LICENSE ├── NODEMCU_ALEXA_wemos.ino ├── NodeMCU_Alexa_Breadboard_Schematic_GitHub.jpg ├── Project_BOM.zip ├── Switch.cpp ├── Switch.h ├── UpnpBroadcastResponder.cpp ├── UpnpBroadcastResponder.h └── readme.txt /CallbackFunction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesJGantt/NodeMCU-ESP8266-4-Channel-Relay-Board-Controlled-by-Amazon-Alexa/HEAD/CallbackFunction.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesJGantt/NodeMCU-ESP8266-4-Channel-Relay-Board-Controlled-by-Amazon-Alexa/HEAD/LICENSE -------------------------------------------------------------------------------- /NODEMCU_ALEXA_wemos.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesJGantt/NodeMCU-ESP8266-4-Channel-Relay-Board-Controlled-by-Amazon-Alexa/HEAD/NODEMCU_ALEXA_wemos.ino -------------------------------------------------------------------------------- /NodeMCU_Alexa_Breadboard_Schematic_GitHub.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesJGantt/NodeMCU-ESP8266-4-Channel-Relay-Board-Controlled-by-Amazon-Alexa/HEAD/NodeMCU_Alexa_Breadboard_Schematic_GitHub.jpg -------------------------------------------------------------------------------- /Project_BOM.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesJGantt/NodeMCU-ESP8266-4-Channel-Relay-Board-Controlled-by-Amazon-Alexa/HEAD/Project_BOM.zip -------------------------------------------------------------------------------- /Switch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesJGantt/NodeMCU-ESP8266-4-Channel-Relay-Board-Controlled-by-Amazon-Alexa/HEAD/Switch.cpp -------------------------------------------------------------------------------- /Switch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesJGantt/NodeMCU-ESP8266-4-Channel-Relay-Board-Controlled-by-Amazon-Alexa/HEAD/Switch.h -------------------------------------------------------------------------------- /UpnpBroadcastResponder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesJGantt/NodeMCU-ESP8266-4-Channel-Relay-Board-Controlled-by-Amazon-Alexa/HEAD/UpnpBroadcastResponder.cpp -------------------------------------------------------------------------------- /UpnpBroadcastResponder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesJGantt/NodeMCU-ESP8266-4-Channel-Relay-Board-Controlled-by-Amazon-Alexa/HEAD/UpnpBroadcastResponder.h -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlesJGantt/NodeMCU-ESP8266-4-Channel-Relay-Board-Controlled-by-Amazon-Alexa/HEAD/readme.txt --------------------------------------------------------------------------------