diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-02-15 22:10:52 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 22:10:52 -0800 |
commit | 8560d1f0f4f6709cc964762dbe5d65f63d40190e (patch) | |
tree | bd812414d948efb3ba38c9065facd1cc131449cc /modern/src/attributes | |
parent | 65af8bad51851ff7f15319d5ce14ff24697aaded (diff) | |
parent | 9d3bea9f3ecb2da4563a8cf7f444f478f88e9c38 (diff) | |
download | trackermap-web-8560d1f0f4f6709cc964762dbe5d65f63d40190e.tar.gz trackermap-web-8560d1f0f4f6709cc964762dbe5d65f63d40190e.tar.bz2 trackermap-web-8560d1f0f4f6709cc964762dbe5d65f63d40190e.zip |
Merge pull request #815 from mail2bishnoi/maintenance
Initial Maintenance Screen
Diffstat (limited to 'modern/src/attributes')
-rw-r--r-- | modern/src/attributes/positionAttributes.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modern/src/attributes/positionAttributes.js b/modern/src/attributes/positionAttributes.js index 44926839..b1efe3df 100644 --- a/modern/src/attributes/positionAttributes.js +++ b/modern/src/attributes/positionAttributes.js @@ -12,5 +12,10 @@ export default { 'ignition': { name: t('positionIgnition'), type: 'boolean', - }, + }, + 'odometer': { + name: t('positionOdometer'), + type: 'number', + dataType: 'distance', + }, }; |