You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FieldDeviceCoreDetails object represents the core details—both configuration and current state—of a field device that are shared by all types of field devices. The FieldDeviceCoreDetails object cannot occur directly in a data feed and does not represent a field device on its own. It is used as the value of the core_details property on every specific type of field device, each represented by its own object.
A yes/no value indicating if the field device location (parent FieldDeviceFeature's geometry) is determined automatically from an onboard GPS (true) or manually set/overridden (false).
The direction of the road that the field device is on. This value indicates the direction of the traffic flow of the road, not a real heading angle.
Optional
road_names
Array; [String]
A list of publicly known names of the road on which the device is located. This may include the road number designated by a jurisdiction such as a county, state or interstate (e.g. I-5, VT 133).
Optional
name
String
A human-readable name for the field device.
Optional
description
String
A description of the field device.
Optional
status_messages
Array; [String]
A list of messages associated with the device's status, if applicable. Used to provide additional information about the status such as specific warning or error messages.
Optional
The content of this property is up to the producer.
is_moving
Boolean
A yes/no value indicating if the device is actively moving (not statically placed) as part of a mobile work zone operation.
Optional
The is_moving property is optional and should not be provided if it is not known if the device is moving.
road_event_ids
Array; [String]
A list of one or more IDs of a RoadEventFeature that the device is associated with.
Optional
milepost
Number
The linear distance measured against a milepost marker along a roadway where the device is located.
Optional
make
String
The make or manufacturer of the device.
Optional
model
String
The model of the device.
Optional
serial_number
String
The serial number of the device.
Optional
firmware_version
String
The version of firmware the device is using to operate.
Optional
velocity_kph
Number
The velocity of the device in kilometers per hour.