Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KWH40
fml40-reference-implementation
Commits
e7611355
Commit
e7611355
authored
Oct 27, 2020
by
Jiahang Chen
Browse files
change the type of value of the gervaluerequest to dict
parent
7aad6d25
Pipeline
#349055
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ml/thing.py
View file @
e7611355
...
...
@@ -271,7 +271,7 @@ def on_get_value_request(self, msg):
get_value_reply
.
fillGetValueReply
(
senderUUID
=
self
.
thing_id
,
receiverUUID
=
[
request_sender
],
results
=
str
(
value
)
,
results
=
value
,
msgUUID
=
reply_msg_uuid
,
replyingToUUID
=
request_msg_id
,
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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