COVESA / COVESA/uservices

Incorrect message in publish_topic in exterior_service.proto

Open Beginner friendly
#16 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
13
Forks
9
PR merge metrics
No merged PRs in 30d

Description

In exterior_service.proto, the publish topic is defined as:
`
option (uprotocol.publish_topic) = {
id : 0x8001,
name : "exterior_environment",
message : "SolarInformation"
};
`
This should be updated to:
`
option (uprotocol.publish_topic) = {
id : 0x8001,
name : "exterior_environment",
message : "Temperature"
};
`
image

Contributor guide

Open the contributing guide

Research direction

Open exterior_service.proto and inspect the publish_topic option for exterior_environment with id 0x8001. Update its message value from SolarInformation to Temperature, then verify that the option contains the requested name and message.

Written by the indexing model from the issue text.

Assessment

Domain
api
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
70/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.