Add a workflow that auto-generate the luxtronik field definition documentation#259
Merged
kbabioch merged 11 commits intoBouni:mainfrom Mar 14, 2026
Merged
Add a workflow that auto-generate the luxtronik field definition documentation#259kbabioch merged 11 commits intoBouni:mainfrom
kbabioch merged 11 commits intoBouni:mainfrom
Conversation
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Collaborator
|
Is there any way the result could be reviewed prior to merging it? So we can have a look at what it will look like? |
Contributor
Author
|
The finished file has been checked in under docs/index.html. You could either check out the branch and view it locally, or temporarily switch the GitHub Pages configuration to that branch. |
Contributor
Author
|
I've thought of a few more improvements. I'll incorporate them later. |
Collaborator
|
Added a |
- Replaced field_type with datatype_class as "class" - Use "y/ " instead of "yes/no" for field writable - Add a unit field
ae59053 to
56c8603
Compare
Contributor
Author
|
Well, I'm happy with it for now. A preview can now also be found under https://guzz-t.github.io/python-luxtronik/. |
kbabioch
approved these changes
Mar 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here I have taken up Bouni's Branch and put it into a more streamlined table format.
Replaces #192 and #224
Solves #189