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 property for tag name and update tag_id property #28

Closed
adamlm opened this issue Jun 30, 2023 · 0 comments · Fixed by #29
Closed

Add property for tag name and update tag_id property #28

adamlm opened this issue Jun 30, 2023 · 0 comments · Fixed by #29
Assignees
Labels
enhancement New feature or request

Comments

@adamlm
Copy link
Collaborator

adamlm commented Jun 30, 2023

There are two ways to identify a DWM1001: its "name" and its ID. The name uses part of the tag's full identifier. An example would be DW1234. The ID is the unique identification number used within the network. For example, 987654301234. In this case, the tag's name is the last four digits (1234) with DW prepended to it: DW1234.

The current tag_id property should be refactored to use the tag's actual identifying number, and a new name property should be added for the short-hand string.

@adamlm adamlm added the enhancement New feature or request label Jun 30, 2023
@adamlm adamlm self-assigned this Jun 30, 2023
adamlm added a commit that referenced this issue Jul 1, 2023
The tag_id property now returns the full UWB identifier for the tag.
The tag_name property returns "DW" plus the last four UWB identifier
digits. The tag_name property is the same as the value shown on the
DWM1001 Android app.
@adamlm adamlm closed this as completed in #29 Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant