This API is used for communication with the Working App.
The API doesn't define any service info.
The API doesn't define a provider model.
All messages are JSON objects that have a mandatory attribute "mt" that specifies the message type. The provider will echo the "src" attribute from requests in the corresponding responses.
{ mt: "StartWorking" }
{ mt: "StopWorking" }
{ mt: "StartWorkingResult" }
{ mt: "StopWorkingResult" }
workingApi = start.consumeApi("com.innovaphone.working");
workingApi.send({ mt: "StartWorking" });