openTCS / opentcs-commadapter-vda5050

An implementation of the VDA5050 interface for openTCS (by Fraunhofer IML)
https://www.opentcs.org/
MIT License
30 stars 11 forks source link

Fix description error in doc: majorVersion in MQTT topic should be v2 for version 2.0 of the VDA5050 specification #5

Closed thkfighter closed 5 months ago

thkfighter commented 7 months ago

Description

In the doc files,

Checklist

Proposed squash commit message

Correct majorVersion in MQTT topics in doc

In the doc files,
* majorVersion in an MQTT topic, interfaceName/majorVersion/
  manufacturer/serialNumber/topic, should be v2 for version 2.0 
  of the VDA5050 specification.

* An MQTT topic is published or subscribed to, not "published to".

swltr commented 7 months ago

@thkfighter Thank you for your contribution! Please note that the pull request description template provided in this project is mandatory. Can you please apply it to your PR description before we merge the PR?

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

swltr commented 6 months ago

@thkfighter The topic names used for 2.0 are definitely wrong - thank you for the fix! One thing I didn't noticed when first reading your PR, though: I'd argue that while messages are "published" or "published to a topic", topics are indeed "published to".

swltr commented 5 months ago

@thkfighter You reacted with 👍 to my previous comment. Can you change the wording back to "published to", then?

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

thkfighter commented 5 months ago

@thkfighter You reacted with 👍 to my previous comment. Can you change the wording back to "published to", then?

Done.

swltr commented 5 months ago

Merged - thanks for the fix!