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:
parent
0d89631289
commit
193be1561b
2 changed files with 22 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"directory": "stop",
|
||||
"fileName": "startHttp.log",
|
||||
"toNode": "",
|
||||
"toNodes": ["central"],
|
||||
"method":"REQOpProcessStart",
|
||||
"methodArgs": ["REQHttpGet"],
|
||||
"replyMethod":"REQToFile"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"directory": "stop",
|
||||
"fileName": "stopHttp.log",
|
||||
"toNode": "ship1",
|
||||
"toNodes": ["central"],
|
||||
"method":"REQOpProcessStop",
|
||||
"methodArgs": ["REQHttpGet","central","subscriber"],
|
||||
"replyMethod":"REQToFile"
|
||||
}
|
||||
]
|
Loading…
Add table
Reference in a new issue