milestonexprotectrestpython.xprdevice
Module: xprdevice.py
Revision History
Date | Version | Description |
---|---|---|
2023/07/11 | 1.0.0.0 | Initial Version. |
Device information base class.
More information about Device configuration can be found on the vendor documentation page.
Threadsafety:
This class is fully thread-safe.
The viewing coverage direction of the device.
Returns:
The CoverageDirection property value.
The viewing coverage depth of the device.
Returns:
The CoverageDepth property value.
The coverage field of view of the device.
Returns:
The CoverageFieldOfView property value.
Date and time (in UTC format) that the item was created.
Returns:
The DateCreated property value.
Date and time (in UTC format) that the item was last modified.
Returns:
The DateModified property value.
User-friendly display name used in various user-interface displays.
Returns:
The DisplayName property value.
The enabled status of the device - True if enabled; otherwise False.
Returns:
The Enabled property value.
Geographic location of the device in the format latitude, longitude, and potentially altitude.
Returns:
The GisPoint property value.
The format is "POINT (LATITUDE LONGITUDE)" and if you want to clear the
coordinates, the value to use is "POINT EMPTY".
Examples: "POINT (55.656932878513 12.3763545558449)" "POINT EMPTY".
Can also include altitude; if so the format is "POINT (LATITUDE LONGITUDE ALTITUDE)".
The value determines the position of the device icon on the smart map in XProtect Smart Client.