updated to latest changes, corrected example

This commit is contained in:
john30
2017-05-31 21:33:53 +02:00
parent ad82e0cf7f
commit 9a1a274a33
+5 -2
View File
@@ -135,11 +135,11 @@ definitions:
type: string type: string
description: the ebusd version (major.minor.sha1 or major.minor.date). description: the ebusd version (major.minor.sha1 or major.minor.date).
pattern: '[0-9]+\.[0-9]+\.[0-9a-f]+\.' pattern: '[0-9]+\.[0-9]+\.[0-9a-f]+\.'
example: '3.0.abcdefg' example: '3.0.1234abc'
updatecheck: updatecheck:
type: string type: string
description: the result of update check ("OK" or string describing available updates). description: the result of update check ("OK" or string describing available updates).
example: 'revision abcdefh available, 5 newer configuration files available' example: 'revision 1234abd available, 5 newer configuration files available'
signal: signal:
type: boolean type: boolean
description: whether signal is available. description: whether signal is available.
@@ -188,6 +188,9 @@ definitions:
Message: Message:
type: object type: object
properties: properties:
name:
type: string
description: the message name.
lastup: lastup:
type: integer type: integer
description: the time in UTC seconds of the last update of the message. description: the time in UTC seconds of the last update of the message.