Sinric Pro IOT Automation
/*https://github.com/anokhramesh/SinricProAutomation circuit diagram -https://drive.google.com/file/d/1vznY-F-vwte55hIPcR9O4M1_2IFw2BtG/view?usp=sharing https://drive.google.com/file/d/11NEfVZg_silkMByJIQo3Ge5x-ntmNAO3/view?usp=sharing Download and install the Required Libraries Download Board ESP8266 NodeMCU : https://github.com/esp8266/Arduino ArduinoJson Library: https://github.com/bblanchon/ArduinoJson arduinoWebSockets Library: https://github.com/Links2004/arduinoWebSockets SinricPro Library: https://sinricpro.github.io/esp8266-esp32-sdk*/ #ifdef ENABLE_DEBUG #define DEBUG_ESP_PORT Serial #define NODEBUG_WEBSOCKETS #define NDEBUG #endif #include <Arduino.h> #include <ESP8266WiFi.h> #include "SinricPro.h" #include "SinricProSwitch.h" #include <map> #define WIFI_SSID "SSID" //Enter your Wifi SSID #define WIFI_PASS "Password"//Enter your Wifi Password #define APP_KEY "APP KEY "