Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Devices that send messages to nRFCloud can optionally have data displayed on car

| MessageType | Description | deviceToCloud or cloudToDevice |
| :-----------: | :----------- | :-----------: |
| HELLO | Tells applications that device is ready to send data | C2D |
| START | Tells application to start sending data to cloud | C2D |
| STOP | Tells device to stop sending data | C2D |
| INIT | Tells the application to initialize or reset | C2D |
Expand Down
4 changes: 0 additions & 4 deletions schemas/deviceToCloud/flip/flip-hello-example.json

This file was deleted.

1 change: 0 additions & 1 deletion schemas/deviceToCloud/flip/flip.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"messageType":{
"type":"string",
"enum":[
"HELLO",
"DATA"
]
},
Expand Down
4 changes: 0 additions & 4 deletions schemas/deviceToCloud/temp/temp-hello-example.json

This file was deleted.

3 changes: 1 addition & 2 deletions schemas/deviceToCloud/temp/temp.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"messageType":{
"type":"string",
"enum":[
"DATA",
"HELLO"
"DATA"
]
},
"data":{
Expand Down