1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

update OpenAPI spec

This commit is contained in:
Steffen Vogel 2022-03-28 16:21:41 +02:00
parent e8d1d2e228
commit 1d2734d60a
2 changed files with 20 additions and 2 deletions

View file

@ -45,6 +45,24 @@ properties:
vectorize:
type: integer
signals:
type: array
title: List of signals send out to this node
description: |
The outgoing signal list is determined and runtime an must not be provided by the user configuration.
example:
- name: tap_position
type: integer
init: 0
- name: voltage
type: float
unit: V
init: 230.0
items:
$ref: signal_spec.yaml
hooks:
$ref: hook_list.yaml

View file

@ -28,8 +28,8 @@ post:
signals: []
hooks: []
in:
- udp_node1
- udp_node1
out:
- web_node1
- web_node1
'404':
description: Error. There is no path with the given UUID.