aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/Command.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-09-14 22:59:54 +1200
committerGitHub <noreply@github.com>2017-09-14 22:59:54 +1200
commitca960df40e15d7bfb88d2e0e41a269d4b069058c (patch)
tree0b41508a3f856700c353e5a5082c6ea829f13d43 /web/app/model/Command.js
parent4193ac77fd9f0da264284a6f73601963995554c8 (diff)
parentbe47d612285d484e2d0a2aa43174fb8e36acd816 (diff)
downloadetbsa-traccar-web-ca960df40e15d7bfb88d2e0e41a269d4b069058c.tar.gz
etbsa-traccar-web-ca960df40e15d7bfb88d2e0e41a269d4b069058c.tar.bz2
etbsa-traccar-web-ca960df40e15d7bfb88d2e0e41a269d4b069058c.zip
Merge pull request #585 from Abyss777/saved_commands
Implement Saved Commands
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'
}, {