aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/attributes
diff options
context:
space:
mode:
authorK-J-Dod24 <kieran.dodson@complexus.uk>2023-05-05 14:30:21 +0100
committerK-J-Dod24 <kieran.dodson@complexus.uk>2023-05-05 14:30:21 +0100
commit024e3a7633feec4e55da8b41b9f67d3155a0b991 (patch)
tree49c5540bdb7b66e6fc969d9a248d1f92a4070578 /modern/src/common/attributes
parente16f7353e850f69b29f285c80e1a0f200e5992be (diff)
downloadtrackermap-web-024e3a7633feec4e55da8b41b9f67d3155a0b991.tar.gz
trackermap-web-024e3a7633feec4e55da8b41b9f67d3155a0b991.tar.bz2
trackermap-web-024e3a7633feec4e55da8b41b9f67d3155a0b991.zip
language and position attributes io32/115
Diffstat (limited to 'modern/src/common/attributes')
-rw-r--r--modern/src/common/attributes/usePositionAttributes.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/modern/src/common/attributes/usePositionAttributes.js b/modern/src/common/attributes/usePositionAttributes.js
index 90905395..a2fab896 100644
--- a/modern/src/common/attributes/usePositionAttributes.js
+++ b/modern/src/common/attributes/usePositionAttributes.js
@@ -104,6 +104,14 @@ export default (t) => useMemo(() => ({
name: t('positionRssi'),
type: 'number',
},
+ coolantTemp: {
+ name: t('positionCoolantTemp'),
+ type: 'number',
+ },
+ engineTemp: {
+ name: t('positionEngineTemp'),
+ type: 'number',
+ },
gps: {
name: t('positionGps'),
type: 'number',