1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00

fixed typo in readme

This commit is contained in:
postmannen 2021-02-17 22:51:21 +01:00
parent dbd38e5c7b
commit 5524eb3d2b

View file

@ -192,8 +192,8 @@ To send specify more messages at once do
"toNode": "ship2",
"data": ["bash","-c","ls -l ../"],
"commandOrEvent":"command",
"method":"shellCommandACK"
"commandOrEvent":"commandACK",
"method":"shellCommand"
}
]