WWSTCERT-11699 Z-Wave Scene Control Switch#2977
Conversation
|
Invitation URL: |
Test Results 72 files 511 suites 0s ⏱️ Results for commit adb5fe7. ♻️ This comment has been updated with latest results. |
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against adb5fe7 |
aleclorimer
left a comment
There was a problem hiding this comment.
I see we have some other ids that are hex strings of the manufacturer id, product type, and product id, but this id field is in base 10. Not sure if that matters.
I don't think it should matter as long as the |
I dont think it matters technically, but we should probably change it to match our existing convention of using hex. |
Agree, especially to avoid confusion since for example 11 in hex and 11 in decimal are different values so it should all be consistently either base 10 or base 16. Especially if these values ever need to be parsed |
Relevant WWST tickets: