Hi,
Is it documented some where / can someone refer me to a list of commands (and
the payload format) I can send to an IOTF device in a quarks application?
Right now I have a super simple quarks application that listens for one command
(based on the iotf example).
The command is “display” and it just outputs the payload from the “display”
command sent to it.
I’d like to know if all quarks applications will be accepting specific commands
and what format the payload needs to be in. Is it correct to say that all
iotf commands are in JSON format, and the required fields are these:
{ “my command”:
{“payload”: {“application specific param1” : “app specific value 1”}}
}
For example I think I have heard about a “start” and “stop” application
command. Can someone tell me how these would work and if any other commands
are available as
“standard” commands?
Cheers,
Susan