mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
feat: Add TCP to the OpenAPI spec of socket node type
Signed-off-by: Jitpanu Maneeratpongsuk <jitpanu.maneeratpongsuk@rwth-aachen.de>
This commit is contained in:
parent
7befa75390
commit
b23c12aab1
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ allOf:
|
||||||
- udp
|
- udp
|
||||||
- ip
|
- ip
|
||||||
- eth
|
- eth
|
||||||
|
- tcp-client
|
||||||
|
- tcp-server
|
||||||
default: udp
|
default: udp
|
||||||
description: |
|
description: |
|
||||||
Select the network layer which should be used for the socket. Please note that `eth` can only be used locally in a LAN as it contains no routing information for the internet.
|
Select the network layer which should be used for the socket. Please note that `eth` can only be used locally in a LAN as it contains no routing information for the internet.
|
||||||
|
|
Loading…
Add table
Reference in a new issue