Updated content
This commit is contained in:
21
content/workflow/_index.md
Normal file
21
content/workflow/_index.md
Normal file
@@ -0,0 +1,21 @@
|
||||
+++
|
||||
title = "Workflow"
|
||||
date = "2018-10-28"
|
||||
Weight=1
|
||||
+++
|
||||

|
||||
|
||||
### Available haasp send/receive commands
|
||||
* event = `{"event":{"source":source, "destination":destination, reference":reference, "value":value}}`
|
||||
* command = `{"command":{"source":source, "destination":destination, command":command, "value":[value]}}`
|
||||
* command_respond = `{"command_respond":{"source":source, "destination":destination, command":command, "value":value}}`
|
||||
|
||||
### Port used
|
||||
| **port** | **Core** | **Applicaion** |
|
||||
| -------- | ----------- | ------ |
|
||||
|tcp 6120|haasp receive|haasp send|
|
||||
|tcp 6121|haasp send|haasp receive|
|
||||
|tcp 6122|logging receive|logging send|
|
||||
|tcp 6123|logging (all) send|logging (all) receive|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user