1
0
Fork 0
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:
Jitpanu Maneeratpongsuk 2025-01-10 15:24:38 +00:00 committed by al3xa23
parent 7befa75390
commit b23c12aab1

View file

@ -14,6 +14,8 @@ allOf:
- udp
- ip
- eth
- tcp-client
- tcp-server
default: udp
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.