-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/11237 datapoint setter #29
Conversation
82f71ad
to
2841e9c
Compare
2841e9c
to
18f4d6c
Compare
@@ -21,7 +21,7 @@ | |||
{ | |||
"name": "databroker", | |||
"image": "ghcr.io/eclipse/kuksa.val/databroker", | |||
"version": "v0.17.0" | |||
"version": "master" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be updated according to the new VAL version.
- Soon you shall receive a new version
{ | ||
"name": "databroker", | ||
"image": "ghcr.io/eclipse/kuksa.val/databroker", | ||
"version": "master" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be updated according to the new VAL version.
- Soon you shall receive a new version
@@ -229,6 +239,28 @@ async def get(self): | |||
) | |||
raise | |||
|
|||
async def set(self, value): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed in the further improvement for this to make the set method only visible for the actuator data points, this requires additional adaptation on the Vehicle mode and needs also alignment with the C++
Describe your changes
Implement SetDatapoint API to enable value set of the vss actuators.
Issue ticket number and link
#11237
Checklist - Manual tasks