aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/Notification.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/model/Notification.js')
-rw-r--r--web/app/model/Notification.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/model/Notification.js b/web/app/model/Notification.js
index 54f6674..3ae13c0 100644
--- a/web/app/model/Notification.js
+++ b/web/app/model/Notification.js
@@ -36,5 +36,8 @@ Ext.define('Traccar.model.Notification', {
}, {
name: 'mail',
type: 'bool'
+ }, {
+ name: 'sms',
+ type: 'bool'
}]
});