Skip to content

Commit

Permalink
Update coffeehack.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
guidobouman authored Apr 3, 2017
1 parent 40b3e90 commit 9e77d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffeehack.ino
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void loop() {
void trigger(String ctype)
{
Serial.println(" -- triggering webhook for a " + ctype);
Spark.publish("coffeecups", ctype, 60, PRIVATE);
Spark.publish("store-coffee", ctype, 60, PRIVATE);
}

byte fromCoffeemaker(byte x0, byte x1, byte x2, byte x3) {
Expand Down

0 comments on commit 9e77d5e

Please sign in to comment.