Class IFTTTMakerChannelTriggerExample
- java.lang.Object
-
- IFTTTMakerChannelTriggerExample
-
public class IFTTTMakerChannelTriggerExample extends Object
This example code demonstrates how to listen to a GPIO input pin on the Raspberry Pi and use the IFTTT Maker Channel trigger to send a triggered event to the IFTTT web service API.- Author:
- Robert Savage
-
-
Field Summary
Fields Modifier and Type Field Description static String
IFTTT_MAKER_CHANNEL_API_KEY
static String
IFTTT_MAKER_CHANNEL_EVENT_NAME
-
Constructor Summary
Constructors Constructor Description IFTTTMakerChannelTriggerExample()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws InterruptedException
- Parameters:
args
- --none-- Throws:
InterruptedException
-
-