Skip to content

Commit

Permalink
fix v1
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Nov 17, 2023
1 parent 4df345a commit f885a07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wip/topic.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ The payload for version 1 has the following structure:
```json
{
"version": 1,
"raw_payload_mopp": "Base64 of encoded raw MOPP data",
"durations": [60, -60, 180, -60, 380, -60],
}
```
Expand All @@ -31,6 +30,8 @@ The payload for version 1 has the following structure:
```json
{
"version": 2,
"raw_payload_mopp": "Base64 of encoded raw MOPP data",

"sender": "Optional string with name of the sender",
"receiver": "Optional string with name of the receiver",
"raw_payload_mopp": "Base64 of encoded raw MOPP data",
Expand Down

0 comments on commit f885a07

Please sign in to comment.