You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
) withDW
prepended to it:DW1234
.The current
tag_id
property should be refactored to use the tag's actual identifying number, and a newname
property should be added for the short-hand string.The text was updated successfully, but these errors were encountered: