1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-03-31 01:24:31 +00:00

updated doc with message examples

This commit is contained in:
postmannen 2022-03-11 11:46:04 +01:00
parent 0d89631289
commit 193be1561b
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[
{
"directory": "stop",
"fileName": "startHttp.log",
"toNode": "",
"toNodes": ["central"],
"method":"REQOpProcessStart",
"methodArgs": ["REQHttpGet"],
"replyMethod":"REQToFile"
}
]

View file

@ -0,0 +1,11 @@
[
{
"directory": "stop",
"fileName": "stopHttp.log",
"toNode": "ship1",
"toNodes": ["central"],
"method":"REQOpProcessStop",
"methodArgs": ["REQHttpGet","central","subscriber"],
"replyMethod":"REQToFile"
}
]