new WirelessTagManager(platform, data)
The cloud instance of a Wireless Tag Manager. There can be multiple
Wireless Tag managers under one account. A user will not normally
need to create instances directly; instead they are found, and
created by WirelessTagPlatform#discoverTagManagers
.
Parameters:
Name | Type | Description |
---|---|---|
platform |
WirelessTagPlatform | the platform instance that discovered this tag manager |
data |
Object | the object comprising the tag manager's status properties, as returned by the API endpoint. |
Properties:
Name | Type | Description |
---|---|---|
mac |
string | unique serial number (MAC) of the tag manager |
name |
string | |
radioId |
string | |
rev |
string | hardware revision |
wirelessConfig |
object | |
online |
boolean | true if the tag manager is online, and false otherwise |
selected |
boolean | true if the tag manager is currently selected, and false otherwise |
dbid |
number | a sequential number among the tag managers associated with an account |
- Source: