1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-01-08 05:09:15 +00:00
ctrl/example-inmessage/orig-central.json

15 lines
325 B
JSON
Raw Normal View History

[
{
"subject":
{
"node":"central",
2021-02-10 06:25:44 +00:00
"commandOrEvent":"event",
"method":"textlogging"
},
"message":
{
"data": ["some message sent from a ship"],
2021-02-10 06:25:44 +00:00
"commandOrEvent":"Event"
}
}
]