Representation of an access point (or AP) used in the definition of site plans and various simulations (eg: heat-map, channel-map, etc).
These APs are positioned on a FloorElement and have impact on the simulations depending on their configuration (eg channel, transmit power, etc).
Name | Data type | Description |
---|---|---|
name | string | |
id | number | |
order | number | |
radios | array of RadioElement | |
model | string | |
xloc | number | |
yloc | number | |
pinned | PinnedType | |
serial | string | |
azimuth | number | |
elevation | number | |
status | Status | |
fwversion | string | |
ipaddr | string | |
lastcheckin | number | |
guardian | boolean |
Example
{ "name" : "...", "id" : 12345, "order" : 12345, "radios" : [ { "coverage" : 12345, "antenna" : 12345, "txpwr" : 12345, "band" : 12345, "channel" : 12345, "chwidth" : 12345, "name" : 12345, "stats" : { "retries" : 12345, "clients" : 12345, "RFQI" : 12345, "RSS" : 12345, "SNR" : 12345, "throughput" : 12345 }, "status" : "CONFIGURED_SENSOR" }, { "coverage" : 12345, "antenna" : 12345, "txpwr" : 12345, "band" : 12345, "channel" : 12345, "chwidth" : 12345, "name" : 12345, "stats" : { "retries" : 12345, "clients" : 12345, "RFQI" : 12345, "RSS" : 12345, "SNR" : 12345, "throughput" : 12345 }, "status" : "CONFIGURED_SENSOR" } ], "model" : "...", "xloc" : 12345.0, "yloc" : 12345.0, "pinned" : "EXISTING_PINNED_AP", "serial" : "...", "azimuth" : 12345, "elevation" : 12345, "status" : "CRITICAL", "fwversion" : "...", "ipaddr" : "...", "lastcheckin" : 12345, "guardian" : true }