Skip to content

Instantly share code, notes, and snippets.

View samdup's full-sized avatar

Sam Johnson samdup

  • www.zenbooth.net
  • San Francisco
View GitHub Profile
@samdup
samdup / LIFX_cycle_beta1.json
Created January 20, 2016 00:00
LIFX_cycle_beta1
{
"eventName": "LIFX_cycle_beta1",
"url": "https://api.lifx.com/v1/lights/all/cycle",
"requestType": "POST",
"headers": {
"Authorization": "Bearer YOUR_LIFX_API_KEY",
"Content-Type": "application/json"
},
"json": {
"states": [
#include "InternetButton/InternetButton.h"
InternetButton b = InternetButton();
void setup() {
b.begin();
}
void loop(){