I am reading thru the help for using this but I find it confusing
the first statement is
int brewcoffee(String command);
it looks if be defining a variable “brewcoffee” as an integer array??
the second statement is
Particle.function(“brew”, brewcoffee);
I assume the function "brewcoffee is run when when brew is called from the cloud?
thanks steve