@@ -14,7 +14,10 @@ export function sendUpdateRequest() {
data: {
type: 'update request'
},
- topic: 'maa'
+ topic: 'maa',
+ android: {
+ ttl: 0
+ }
}
admin
@@ -35,7 +38,8 @@ export function sendAlarm(equipmentName: string, alarmType: string) {
type: alarmType
android: {
- priority: 'high'
+ priority: 'high',
topic: 'maa'