From 26916278758cd5e4abb16aa31e31099e066ea8d5 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 27 Jun 2021 11:08:26 -0700 Subject: Add geofences screen --- modern/src/attributes/geofenceAttributes.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modern/src/attributes/geofenceAttributes.js (limited to 'modern/src/attributes') diff --git a/modern/src/attributes/geofenceAttributes.js b/modern/src/attributes/geofenceAttributes.js new file mode 100644 index 0000000..4b9c9e6 --- /dev/null +++ b/modern/src/attributes/geofenceAttributes.js @@ -0,0 +1,8 @@ +import t from '../common/localization' + +export default { + 'speedLimit': { + name: t('attributeSpeedLimit'), + type: 'string', + }, +}; -- cgit v1.2.3