Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
Documentation
Commits
00ae5392
Commit
00ae5392
authored
Oct 22, 2021
by
Steffen Vogel
🎅🏼
Browse files
controller: update status schema
parent
f7038200
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/controller/Protocol.md
View file @
00ae5392
...
@@ -173,8 +173,11 @@ After receiving such a message, each entity shall send a status update message a
...
@@ -173,8 +173,11 @@ After receiving such a message, each entity shall send a status update message a
"state"
:
"running"
,
"state"
:
"running"
,
"version"
:
"0.1.0"
,
/*
VILLAScontroller
version
*/
"version"
:
"0.1.0"
,
/*
VILLAScontroller
version
*/
"uptime"
:
123124.0
,
/*
in
seconds
since
initialization
(float)
*/
"uptime"
:
123124.0
,
/*
in
seconds
since
initialization
(float)
*/
"result"
:
"XXXXXXX"
/*
only
if
state
==
"running"
*/
"error"
:
"This is an error message"
,
/*
only
if
state
==
"error"
*/
"error"
:
{
/*
only
present
if
state
==
"error"
*/
"message"
:
"This is an error message"
,
"code"
:
1234
},
"managed_by"
:
"4af1cf3a-7e80-11eb-a7f4-b700f4a4f18d"
,
/*
link
to
managing
IC
of
category
'manager'
*/
"managed_by"
:
"4af1cf3a-7e80-11eb-a7f4-b700f4a4f18d"
,
/*
link
to
managing
IC
of
category
'manager'
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment