Skip to content

[WIP] Missing ReadFileRecord in Modbus binding#445

Merged
egekorkan merged 15 commits intomainfrom
sebastiankb-modbus-patch-1
Nov 14, 2025
Merged

[WIP] Missing ReadFileRecord in Modbus binding#445
egekorkan merged 15 commits intomainfrom
sebastiankb-modbus-patch-1

Conversation

@sebastiankb
Copy link
Contributor

@sebastiankb sebastiankb commented Oct 15, 2025

The list in https://w3c.github.io/wot-binding-templates/bindings/protocols/modbus/#function miss the functon code 0x14 for ReadFileRecord. This PR append this missing entry.

@sebastiankb sebastiankb requested a review from relu91 as a code owner October 15, 2025 10:57
@netlify
Copy link

netlify bot commented Oct 15, 2025

Deploy Preview for wot-binding-templates ready!

Name Link
🔨 Latest commit 906092a
🔍 Latest deploy log https://app.netlify.com/projects/wot-binding-templates/deploys/69169ee32033ca00089e624b
😎 Deploy Preview https://deploy-preview-445--wot-binding-templates.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@sebastiankb sebastiankb marked this pull request as draft October 15, 2025 10:57
Copy link
Contributor

@egekorkan egekorkan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a draft so leaving just a comment but the corresponding other document need to be updated too

@sebastiankb
Copy link
Contributor Author

I'm on it

Comment on lines +557 to +558
### https://www.w3.org/2019/wot/modbus#readFileRecord
:readFileRecord rdf:type owl:NamedIndividual ,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### https://www.w3.org/2019/wot/modbus#readFileRecord
:readFileRecord rdf:type owl:NamedIndividual ,
### https://www.w3.org/2019/wot/modbus#ReadFileRecord
:ReadFileRecord rdf:type owl:NamedIndividual ,

Other terms like Function use capital letters.
In general, there seems to be some inconsistency ... there is for example Data_Field that uses another casing with underscore ..

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is inline with my comment here: #331 (comment)
Since, I will be working on the binding documents, will provide these fixes in future PRs

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danielpeintner I checked this, there are some name inconsistencies, but currently we cannot modify this because it will invalidate the existing Modbus TD files in place.

@egekorkan
Copy link
Contributor

@egekorkan egekorkan marked this pull request as ready for review November 14, 2025 03:16
@egekorkan egekorkan merged commit 4b1c663 into main Nov 14, 2025
4 checks passed
@egekorkan egekorkan deleted the sebastiankb-modbus-patch-1 branch November 14, 2025 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants