-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
[hdpowerview] Add firmware information properties for hub and shade #11980
[hdpowerview] Add firmware information properties for hub and shade #11980
Conversation
Signed-off-by: Jacob Laursen <[email protected]>
One of the enhancement/bug/documentation labels must be set to let the PR show up in the release notes. |
You should have rather used the constant from oprnHAB core for firmware version property. |
Thanks, I was unaware. I'll provide new PR. |
#11989 - luckily the property text was the same. |
^
|
That's also how I understood it, and how I changed it in #11989? But now I'm not sure I understand anymore, did I miss something? :-) |
I had not seen #11989 -- however I am sure that we both understand it right, and that your new PR is indeed just fine! |
Phew, good. It was a good comment. I was completely unaware of that constant, and by pure luck hit the same name for it, even after a few iterations - originally I had them divided into separate properties for firmwareRevision, firmwareSubRevision and firmwareBuild. IMHO it's not just a few bytes, but a matter of consistency. |
…penhab#11980) Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Michael Schmidt <[email protected]>
…penhab#11980) Signed-off-by: Jacob Laursen <[email protected]>
…penhab#11980) Signed-off-by: Jacob Laursen <[email protected]>
…penhab#11980) Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Nick Waterton <[email protected]>
…penhab#11980) Signed-off-by: Jacob Laursen <[email protected]>
…penhab#11980) Signed-off-by: Jacob Laursen <[email protected]> Signed-off-by: Andras Uhrin <[email protected]>
Signed-off-by: Jacob Laursen [email protected]
Fixes #11979
Add firmware information for hub and shade.
Hub:
Shade:
These properties can be useful information for users, but also prepares the binding for handling differences between firmware versions, for example supporting functionality which is only available in V2 Hub. This was almost necessary for #11857.