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) {