Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.25 KB

XiqDeviceLocation.md

File metadata and controls

23 lines (19 loc) · 1.25 KB

XiqDeviceLocation

Device location info

Properties

Name Type Description Notes
location_id int The assigned location ID, it must NOT be BUILDING type [optional]
create_time datetime The timestamp when the device assigned to the location
update_time datetime The timestamp when the location info was last updated
org_id int The organization identifier, valid when enabling HIQ feature [optional]
parent_id int The parent location ID [optional]
location_name str The location name
location_unique_name str The unique location name
location_type str The location type
location_address str The address for the location [optional]
x float The horizontal value in the floor map [optional]
y float The vertical value in the floor map [optional]
latitude float The latitude in the geography [optional]
longitude float The longitude in the geography [optional]

[Back to Model list] [Back to API list] [Back to README]