aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/Geofence.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/model/Geofence.js')
-rw-r--r--web/app/model/Geofence.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/model/Geofence.js b/web/app/model/Geofence.js
index 63c8e8e..12a9f87 100644
--- a/web/app/model/Geofence.js
+++ b/web/app/model/Geofence.js
@@ -32,6 +32,9 @@ Ext.define('Traccar.model.Geofence', {
name: 'area',
type: 'string'
}, {
+ name: 'calendarId',
+ type: 'int'
+ }, {
name: 'attributes'
}]
});