22 lines
746 B
Markdown
22 lines
746 B
Markdown
+++
|
|
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|
|
|
|
|
|