Skip to content
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

Add unique_identifier property to miot properties, actions, and events #1984

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

rytilahti
Copy link
Owner

This allows descriptors to have device-unique identifiers, the format is '<normalized_name>'.

This also changes 'id' of the descriptors to use this identifier in-place of a plain name from the description.

This allows descriptors to have device-unique identifiers, the format is '<normalized_name>_<siid>_<id>'.

This also changes 'id' of the descriptors to use this identifier in-place of a plain name from the description.
Copy link

codecov bot commented Nov 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.26%. Comparing base (62427d2) to head (afb8e0e).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1984      +/-   ##
==========================================
+ Coverage   82.23%   82.26%   +0.02%     
==========================================
  Files         197      197              
  Lines       19127    19139      +12     
  Branches     1050     1050              
==========================================
+ Hits        15729    15744      +15     
+ Misses       3220     3218       -2     
+ Partials      178      177       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rytilahti
Copy link
Owner Author

The CI fails are irrelevant for this change.

@rytilahti rytilahti merged commit edb06c5 into master Nov 9, 2024
21 of 25 checks passed
@rytilahti rytilahti deleted the fix/unique_identifiers branch November 9, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant