Class: WirelessTag

WirelessTag

new WirelessTag(tagManager, tagData)

The cloud instance of a Wireless Tag. One WirelessTagManager can manage multiple Wireless Tags. A user will not normally need to create instances directly; instead they are found, and created by WirelessTagManager#discoverTags.

Parameters:
Name Type Description
tagManager WirelessTagManager

the tag manager instance that discovered this tag

tagData Object

the object comprising the tag's status properties, as returned by the API endpoint.

Source: