diff --git a/heartbeat_packet.json b/heartbeat_packet.json deleted file mode 100644 index c3bd1df..0000000 --- a/heartbeat_packet.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "heartbeat", - "id": "000000000", - "timestamp": "1549829742" -} \ No newline at end of file diff --git a/heartbeat_response.json b/heartbeat_response.json deleted file mode 100644 index c3bd1df..0000000 --- a/heartbeat_response.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "heartbeat", - "id": "000000000", - "timestamp": "1549829742" -} \ No newline at end of file diff --git a/data_packet.json b/packet_references/data_packet.json similarity index 100% rename from data_packet.json rename to packet_references/data_packet.json diff --git a/data_response.json b/packet_references/data_response.json similarity index 100% rename from data_response.json rename to packet_references/data_response.json diff --git a/packet_references/heartbeat_packet.json b/packet_references/heartbeat_packet.json new file mode 100644 index 0000000..c469a49 --- /dev/null +++ b/packet_references/heartbeat_packet.json @@ -0,0 +1,8 @@ +{ + "type": "heartbeat", + "id": "000000000", + "timestamp": "1549829742", + "payload": { + "message": "marco" + } +} \ No newline at end of file diff --git a/packet_references/heartbeat_response.json b/packet_references/heartbeat_response.json new file mode 100644 index 0000000..3798bce --- /dev/null +++ b/packet_references/heartbeat_response.json @@ -0,0 +1,8 @@ +{ + "type": "heartbeat", + "id": "000000000", + "timestamp": "1549829742", + "response": { + "message": "polo" + } +} \ No newline at end of file diff --git a/notification_packet.json b/packet_references/notification_packet.json similarity index 100% rename from notification_packet.json rename to packet_references/notification_packet.json diff --git a/notification_response.json b/packet_references/notification_response.json similarity index 100% rename from notification_response.json rename to packet_references/notification_response.json diff --git a/registration_packet.json b/packet_references/registration_packet.json similarity index 100% rename from registration_packet.json rename to packet_references/registration_packet.json diff --git a/registration_response.json b/packet_references/registration_response.json similarity index 100% rename from registration_response.json rename to packet_references/registration_response.json