Receiving State Information

The mobile app can receive state information registered by the thing. State information indicates what the thing is like, such as its sensor values and results of actions taken by commands from the mobile app.

As with actions, you can freely define the contents of state information in JSON format according to the specification of your IoT solution.

The below figure shows the operation flow.

The thing registers state information to Thing Interaction Framework at the interval set by the Thing-IF SDK (:num1:). The operation of the mobile app such as user actions gets and uses the state information (:num2:).


Learn More...

See State Registration and Retrieval for more details about state information.