fix(gateway): update command topic path to use 'cmd' instead of 'command'

Solve: #28
Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-05-22 14:05:51 +02:00
parent 82012604a0
commit 764be2ced7
4 changed files with 5 additions and 5 deletions

View File

@@ -184,7 +184,7 @@ const docTemplate = `{
"properties": {
"command": {
"type": "string",
"example": "MEASURE_NEW"
"example": "measure"
}
}
}

View File

@@ -178,7 +178,7 @@
"properties": {
"command": {
"type": "string",
"example": "MEASURE_NEW"
"example": "measure"
}
}
}

View File

@@ -7,7 +7,7 @@ definitions:
description: Command structure for publishing
properties:
command:
example: MEASURE_NEW
example: measure
type: string
required:
- command