RemoteAlarm a remote alarm app for viewing and receiving notifications from Raspberry Pi with a motion camera.
Also be able to talk using a speaker, connected with a 3.5mm audio cable on Raspberry Pi
FCM Data example:
{
"to" : "",
"priority": "high",
"data": {
"title" : "RemoteAlarm",
"message" : "Motion Detected",
"android_channel_id" : "default",
"tag" : "REMOTEALARM",
"sound" : "alert10",
"icon" : "ic_launcher",
"click_action" : "OPEN_ACTIVITY_ALARM",
"body" : "Motion Detected",
"title" : "RemoteAlarm",
"action" : "notify",
"show_toast" : "true",
"wake_device" : "true",
"vibrate_pattern" : [100, 425, 100, 425, 100, 425]
},
}
Also be able to talk using a speaker, connected with a 3.5mm audio cable on Raspberry Pi
FCM Data example:
{
"to" : "",
"priority": "high",
"data": {
"title" : "RemoteAlarm",
"message" : "Motion Detected",
"android_channel_id" : "default",
"tag" : "REMOTEALARM",
"sound" : "alert10",
"icon" : "ic_launcher",
"click_action" : "OPEN_ACTIVITY_ALARM",
"body" : "Motion Detected",
"title" : "RemoteAlarm",
"action" : "notify",
"show_toast" : "true",
"wake_device" : "true",
"vibrate_pattern" : [100, 425, 100, 425, 100, 425]
},
}
Show More