The Work Zone Data Exchange (WZDx) Specification aims to make harmonized work zone data provided by infrastructure owners and operators (IOOs) available for third party use, making travel on public roads safer and more efficient through ubiquitous access to data on work zone activity.
Add optional is_moving property to the FieldDeviceCoreDetails object to allow representing if a device is actively moving.
Deprecate the existing is_moving property on the ArrowBoard object, as the new is_moving property on the FieldDeviceCoreDetails should be used instead.
This PR makes two changes:
is_moving
property to the FieldDeviceCoreDetails object to allow representing if a device is actively moving.is_moving
property on the ArrowBoard object, as the newis_moving
property on the FieldDeviceCoreDetails should be used instead.See issue #257 for background discussion.