If This Then That interface library. Designed to hook up to various services provided by IFTTT.

Dependents:   IFTTT_Ethernet_Example IFTTT_WIZwiki-W7500 IFTTT_WizFi250 StopThief ... more

For more information please see the IFTTT Component page : https:developer.mbed.org/components/If-This-Then-That-IFTTT/

Files at this revision

API Documentation at this revision

Comitter:
mbedAustin
Date:
Sun Jan 03 02:04:07 2016 +0000
Parent:
7:416f902512f4
Commit message:
Updating IFTTT IP Address to reflect change in DNS Servers

Changed in this revision

ifttt.h Show annotated file Show diff for this revision Revisions of this file
--- a/ifttt.h	Tue Oct 13 16:03:41 2015 +0000
+++ b/ifttt.h	Sun Jan 03 02:04:07 2016 +0000
@@ -27,7 +27,7 @@
 #define IFTTT_MAX_SIZE_EVENTNAME 50
 #define IFTTT_MAX_SIZE_STRING 512
 
-#define IFTTT_IP "23.23.151.248"
+#define IFTTT_IP "23.23.215.91"
 #define IFTTT_PORT 80
 
 #define IFTTT_GET 0