Representation of a floor used to define site plans and various simulations (eg: heat map, channel map, etc).
Among other properties, it usually contains a boundary (AreasElement), possibly a list of WallElement, a background
and a list of ApElement and SwitchElement that participate in the simulations.
Name | Data type | Description |
---|---|---|
rssHist | array of RssHistElement | |
width | number | |
height | number | |
imageDeltaX | number | |
imageDeltaY | number | |
imageHeight | number | |
imageWidth | number | |
floorId | string | |
groups | array of string | |
background | string | |
thumbnail | string | |
resolution | number | |
metaData | string | |
autoModel | string | |
buildingName | string | |
floorNumber | number | |
unit | string | |
autoBand | number | |
planId | string | |
name | string | |
country | string | |
environmentType | number | |
apHeight | number | |
plexp | number | |
step | number | |
coverage | number | |
deployType | number | |
aps | array of ApElement | |
switches | array of SwitchElement | |
walls | array of WallElement | |
areas | AreasElement | |
upToDate | boolean | |
floorType | FloorType | |
useDfsChannels | boolean | |
capacity5 | number | |
capacity24 | number | |
floorArea | number |
Example
{ "rssHist" : [ { "sqm" : 12345, "max" : 12345, "min" : 12345 }, { "sqm" : 12345, "max" : 12345, "min" : 12345 } ], "width" : 12345.0, "height" : 12345.0, "imageDeltaX" : 12345.0, "imageDeltaY" : 12345.0, "imageHeight" : 12345.0, "imageWidth" : 12345.0, "floorId" : "...", "groups" : [ "...", "..." ], "background" : "...", "thumbnail" : "...", "resolution" : 12345.0, "metaData" : "...", "autoModel" : "...", "buildingName" : "...", "floorNumber" : 12345, "unit" : "...", "autoBand" : 12345, "planId" : "...", "name" : "...", "country" : "...", "environmentType" : 12345, "apHeight" : 12345, "plexp" : 12345, "step" : 12345, "coverage" : 12345, "deployType" : 12345, "aps" : [ { "name" : "...", "id" : 12345, "order" : 12345, "radios" : [ { "coverage" : 12345, "antenna" : 12345, "txpwr" : 12345, "band" : 12345, "channel" : 12345, "chwidth" : 12345, "name" : 12345, "stats" : { }, "status" : "NOT_CONFIGURED" }, { "coverage" : 12345, "antenna" : 12345, "txpwr" : 12345, "band" : 12345, "channel" : 12345, "chwidth" : 12345, "name" : 12345, "stats" : { }, "status" : "CONFIGURED_ERROR" } ], "model" : "...", "xloc" : 12345.0, "yloc" : 12345.0, "pinned" : "NEW_PINNED_AP", "serial" : "...", "azimuth" : 12345, "elevation" : 12345, "status" : "UNKNOWN", "fwversion" : "...", "ipaddr" : "...", "lastcheckin" : 12345, "guardian" : true }, { "name" : "...", "id" : 12345, "order" : 12345, "radios" : [ { "coverage" : 12345, "antenna" : 12345, "txpwr" : 12345, "band" : 12345, "channel" : 12345, "chwidth" : 12345, "name" : 12345, "stats" : { }, "status" : "NOT_CONFIGURED" }, { "coverage" : 12345, "antenna" : 12345, "txpwr" : 12345, "band" : 12345, "channel" : 12345, "chwidth" : 12345, "name" : 12345, "stats" : { }, "status" : "CONFIGURED_SENSOR" } ], "model" : "...", "xloc" : 12345.0, "yloc" : 12345.0, "pinned" : "EXISTING_PINNED_AP", "serial" : "...", "azimuth" : 12345, "elevation" : 12345, "status" : "UNKNOWN", "fwversion" : "...", "ipaddr" : "...", "lastcheckin" : 12345, "guardian" : true } ], "switches" : [ { "status" : "IN_SERVICE", "xloc" : 12345.0, "ipaddr" : "...", "lastcheckin" : 12345, "model" : "...", "serial" : "...", "yloc" : 12345.0, "name" : "...", "fwversion" : "..." }, { "status" : "CRITICAL", "xloc" : 12345.0, "ipaddr" : "...", "lastcheckin" : 12345, "model" : "...", "serial" : "...", "yloc" : 12345.0, "name" : "...", "fwversion" : "..." } ], "walls" : [ { "exterior" : true, "type" : 12345, "xstart" : 12345.0, "ystart" : 12345.0, "xstop" : 12345.0, "ystop" : 12345.0 }, { "exterior" : true, "type" : 12345, "xstart" : 12345.0, "ystart" : 12345.0, "xstop" : 12345.0, "ystop" : 12345.0 } ], "areas" : { "area" : { "linearRing" : { }, "id" : 12345, "name" : "...", "size" : 12345, "depth" : 12345 }, "size" : 12345 }, "upToDate" : true, "floorType" : "PLANNING", "useDfsChannels" : true, "capacity5" : 12345, "capacity24" : 12345, "floorArea" : 12345.0 }