mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
mqtt: fix OpenAPI spec
This commit is contained in:
parent
646c711ca1
commit
2940026545
1 changed files with 14 additions and 0 deletions
|
@ -9,6 +9,20 @@ allOf:
|
|||
format:
|
||||
$ref: ../format_spec.yaml
|
||||
|
||||
in:
|
||||
type: object
|
||||
properties:
|
||||
subscribe:
|
||||
type: string
|
||||
description: Topic to which this node subscribes.
|
||||
|
||||
out:
|
||||
type: object
|
||||
properties:
|
||||
publish:
|
||||
type: string
|
||||
description: Topic to which this node publishes.
|
||||
|
||||
username:
|
||||
type: string
|
||||
description: The username which is used for authentication with the MQTT broker.
|
||||
|
|
Loading…
Add table
Reference in a new issue