aboutsummaryrefslogtreecommitdiff
path: root/web/app/model
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/model')
-rw-r--r--web/app/model/KnownAttribute.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/app/model/KnownAttribute.js b/web/app/model/KnownAttribute.js
index 9bb14db..f6f41a7 100644
--- a/web/app/model/KnownAttribute.js
+++ b/web/app/model/KnownAttribute.js
@@ -26,7 +26,10 @@ Ext.define('Traccar.model.KnownAttribute', {
name: 'name',
type: 'string'
}, {
- name: 'type',
+ name: 'valueType',
+ type: 'string'
+ }, {
+ name: 'dataType',
type: 'string'
}]
});