RemoteAlarm một ứng dụng báo động từ xa để xem và nhận thông báo từ Raspberry Pi với một camera chuyển động.
Cũng có thể nói chuyện bằng loa, được kết nối với cáp âm thanh 3,5mm trên Raspberry Pi
Ví dụ dữ liệu FCM:
{
"đến": "",
"ưu tiên": "cao",
"dữ liệu": {
"tiêu đề": "RemoteAlarm",
"tin nhắn": "Đã phát hiện chuyển động",
"android_channel_id": "mặc định",
"thẻ": "TỪ XA",
"âm thanh": "alert10",
"biểu tượng": "ic_launcher",
"click_action": "OPEN_ACTIVITY_ALARM",
"cơ thể": "Đã phát hiện chuyển động",
"tiêu đề": "RemoteAlarm",
"hành động": "thông báo",
"show_toast": "đúng",
"Wake_device": "đúng",
"rung_potype": [100, 425, 100, 425, 100, 425]
},
}
* Added customizable Push To Talk execute command
* Added FCM support (removed GCM)
* Added HTTPS/SSL support
* Added HTTP authentication support
* Support for basic access authentication
* Bug fixes and performance improvements
* Updated target SDK version