diff options
Diffstat (limited to 'web/app/model/Command.js')
-rw-r--r-- | web/app/model/Command.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/app/model/Command.js b/web/app/model/Command.js index 789c3647..f64d2a4b 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' }, { |