Skip to content
Snippets Groups Projects
Commit 4d4a8e27 authored by Bob Flynn's avatar Bob Flynn Committed by Miguel Angel Reina Ortega
Browse files

Update TR-0073-Developer_Guide_Deploying_Semantics.md

parent f343ed09
No related branches found
No related tags found
No related merge requests found
......@@ -196,17 +196,17 @@ Only the messages highlighted in light blue are described here as the rest of th
- Create Information Model. The IPE creates all the resources needed to for the clothes washing machine that it knows how to model a priori. This IPE is developed with awareness of the clothes washing machine interface and the model that it is creating in the oneM2M CSE.
- A <container> resource is created for the Status information of the clothes washing machine. The IPE creates <contentInstance> resources that have the following content when there are any changes in the status of the clothes washing machine:
```
``` json
{
"WashingMachineStatus ": "WASHING", // Or "STOPPED", "ERROR"
"WashingMachineStatus ": "WASHING" // Or "STOPPED", "ERROR"
}
```
- A <container> resource is created for the command and control of the clothes washing machine. When the client application is setting the state of the device the following payload can be provided in a <contentInstance> resource:
```
``` json
{
"state": "ON", // Or "OFF", "Toggle"
"state": "ON" // Or "OFF", "Toggle"
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment