Skip to content

Commit 7a13cc6

Browse files
authored
refactor: remove 'hello' messages and fix test suite (#54)
1 parent 3faa8aa commit 7a13cc6

File tree

5 files changed

+1
-12
lines changed

5 files changed

+1
-12
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Devices that send messages to nRFCloud can optionally have data displayed on car
3030

3131
| MessageType | Description | deviceToCloud or cloudToDevice |
3232
| :-----------: | :----------- | :-----------: |
33-
| HELLO | Tells applications that device is ready to send data | C2D |
3433
| START | Tells application to start sending data to cloud | C2D |
3534
| STOP | Tells device to stop sending data | C2D |
3635
| INIT | Tells the application to initialize or reset | C2D |

schemas/deviceToCloud/flip/flip-hello-example.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

schemas/deviceToCloud/flip/flip.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"messageType":{
1111
"type":"string",
1212
"enum":[
13-
"HELLO",
1413
"DATA"
1514
]
1615
},

schemas/deviceToCloud/temp/temp-hello-example.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

schemas/deviceToCloud/temp/temp.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"messageType":{
1111
"type":"string",
1212
"enum":[
13-
"DATA",
14-
"HELLO"
13+
"DATA"
1514
]
1615
},
1716
"data":{

0 commit comments

Comments
 (0)