From 9e77d5e33c46bcf3a074d7065f4b1855e6523269 Mon Sep 17 00:00:00 2001 From: Guido Bouman Date: Mon, 3 Apr 2017 14:07:03 +0200 Subject: [PATCH] Update coffeehack.ino --- coffeehack.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coffeehack.ino b/coffeehack.ino index 571fead..8279cf0 100644 --- a/coffeehack.ino +++ b/coffeehack.ino @@ -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) {