Home Alert System
Dependencies: PWM_Tone_Library DHT
Revision 5:569a4894abc1, committed 2019-03-08
- Comitter:
- aziz111
- Date:
- Fri Mar 08 17:15:02 2019 +0000
- Parent:
- 4:2d12380f4578
- Commit message:
- Final
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Mar 07 17:10:28 2019 +0000 +++ b/main.cpp Fri Mar 08 17:15:02 2019 +0000 @@ -11,11 +11,11 @@ DHT DHT_sensor(D0, DHT11); //(DATA_PIN, BOARD_TYPE) // Set Sensor Stream details -char deviceId[] = "9728a93b2632b9676d520568e64b5693"; //// Device you want to push to +char deviceId[] = "8dbeb7825cb54a8ed08d0141c9dc107d"; //// Device you want to push to char streamHum[] = "hum_rms"; // Stream you want to push to char streamTem[] = "temp_rms"; // Stream you want to push to char streamLou[] = "loud_rms"; // Stream you want to push to -char m2xKey[] = "e52f97a6549cb99ff1ae97ca28aae47a"; // Your M2X API Key or Master API Key +char m2xKey[] = "db1a8ab5772dd536069f9901e09e4590"; // Your M2X API Key or Master API Key int main() {