We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In vehicle_signal_specification/spec/Cabin/InteriorLights.vspec, LightIntensity is defined as sensor. Should it not be an actuator instead?
LightIntensity
sensor
actuator
LightIntensity: datatype: uint8 type: sensor unit: percent min: 0 max: 100 description: Intensity of the interior lights. 0 = Off. 100 = Full brightness.
Right now the intensity is referring to all the interior lights.
For example:
The text was updated successfully, but these errors were encountered:
Meeting notes: Daniel to work on PR
Sorry, something went wrong.
Fixed by #587
No branches or pull requests
LightIntensity as actuator
In vehicle_signal_specification/spec/Cabin/InteriorLights.vspec,
LightIntensity
is defined assensor
. Should it not be anactuator
instead?Lights individually controlable
Right now the intensity is referring to all the interior lights.
Adding other aspects
For example:
The text was updated successfully, but these errors were encountered: