make operation ids unique
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-07-26 18:02:58 +02:00
parent 038aa937e5
commit 3fe18d028d

View File

@ -206,13 +206,13 @@ channels:
subscribe:
summary: Recieve device status messages of device
description: Operation faliure or device status information
operationId: recieveStatusMessage
operationId: recieveDeviceStatusMessage
message:
$ref: '#/components/messages/statusmessage'
publish:
summary: Send status messages of device
description: Send operational messages of a device to interested parties
operationId: sendStatusMessage
operationId: sendDeviceStatusMessage
message:
$ref: '#/components/messages/statusmessage'
device/status/{deviceID}/{sensorID}:
@ -236,13 +236,13 @@ channels:
subscribe:
summary: Recieve device status messages of sensor
description: Operation faliure or sensor status information
operationId: recieveStatusMessage
operationId: recieveSensorStatusMessage
message:
$ref: '#/components/messages/statusmessage'
publish:
summary: Send status messages of sensor
description: Send operational messages of a sensor to interested parties
operationId: sendStatusMessage
operationId: sendSensorStatusMessage
message:
$ref: '#/components/messages/statusmessage'
components: