aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/Command.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/model/Command.js')
-rw-r--r--web/app/model/Command.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/app/model/Command.js b/web/app/model/Command.js
index 789c364..f64d2a4 100644
--- a/web/app/model/Command.js
+++ b/web/app/model/Command.js
@@ -20,6 +20,12 @@ Ext.define('Traccar.model.Command', {
identifier: 'negative',
fields: [{
+ name: 'id',
+ type: 'int'
+ }, {
+ name: 'description',
+ type: 'string'
+ }, {
name: 'deviceId',
type: 'int'
}, {