mirror of
https://github.com/nassir-malik/IOT-AC-Light-Dimmer-With-Alexa.git
synced 2025-04-19 12:57:19 +00:00
Added Schematic
This commit is contained in:
parent
da4f30c9c5
commit
042a468fae
@ -14,8 +14,8 @@ WiFiClient wifiClient;
|
||||
//##################################################
|
||||
//##################################################
|
||||
// Change this!!
|
||||
const char* ssid = "Entr your wifi router's name";
|
||||
const char* password = "Enter wifi password";
|
||||
const char* ssid = "";
|
||||
const char* password = "";
|
||||
//##################################################
|
||||
//##################################################
|
||||
boolean wifiConnected = false;
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include <PubSubClient.h>
|
||||
#include "robodyn_dimmer.h"
|
||||
#define MQTT_VERSION MQTT_VERSION_3_1_1
|
||||
|
||||
// MQTT: ID, server IP, port, username and password
|
||||
const PROGMEM char* MQTT_CLIENT_ID = "Office Lights";
|
||||
const PROGMEM char* MQTT_SERVER_IP = "192.168.0.22";
|
||||
|
BIN
Schematic.jpg
Normal file
BIN
Schematic.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
drawing.jpg
Normal file
BIN
drawing.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 154 KiB |
Loading…
x
Reference in New Issue
Block a user