Class FloorPlansAutoLocateDevice
Floor Plan Auto Locate Device
[DataContract]
public class FloorPlansAutoLocateDevice
- Inheritance
-
FloorPlansAutoLocateDevice
- Inherited Members
Properties
AutoLocate
The auto locate position for this device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "autoLocate")]
public GeoLocation AutoLocate { get; set; }
Property Value
FloorPlan
The assigned floor plan for this device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "floorPlan")]
public FloorPlansAutoLocateDeviceFloorPlan FloorPlan { get; set; }
Property Value
InAnchor
Whether or not this auto locate position is an anchor
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isAnchor")]
public bool InAnchor { get; set; }
Property Value
Lat
Latitude
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lat")]
public string Lat { get; set; }
Property Value
Lng
Longitude
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lng")]
public string Lng { get; set; }
Property Value
Mac
MAC Address
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string? Mac { get; set; }
Property Value
Model
Model
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "model")]
public string Model { get; set; }
Property Value
Name
Device Name
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Network
Network info
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public FloorPlansAutoLocateDeviceNetwork Network { get; set; }
Property Value
Serial
Device Serial Number
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Status
Device Status
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
Tags
Tags
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }
Property Value
Type
The type of auto locate position. Possible values: 'user', 'gnss', and 'calculated'
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }