-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig_webhook.json
More file actions
22 lines (22 loc) · 952 Bytes
/
Copy pathconfig_webhook.json
File metadata and controls
22 lines (22 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
"enabled": false,
"name": "sleepy-project 心率刷新时",
"url": "http://改成你的ip/device/set",
"triggers": [
"heart_rate_updated"
],
"body": "{\n \"id\": \"heart-rate-widget\",\n \"show_name\": \"♥️\",\n \"using\": true,\n \"app_name\": \"{bpm}bpm\"\n}",
"headers": "{\n \"Content-Type\": \"application/json\",\n \"Sleepy-Secret\": \"改成你的秘钥\"\n}"
},
{
"enabled": false,
"name": "sleepy-project 断开时",
"url": "http://改成你的ip/device/set",
"triggers": [
"disconnected"
],
"body": "{\n \"id\": \"heart-rate-widget\",\n \"show_name\": \"♥️\",\n \"using\": false,\n \"app_name\": \"{bpm}bpm\"\n}",
"headers": "{\n \"Content-Type\": \"application/json\",\n \"Sleepy-Secret\": \"改成你的秘钥\"\n}"
}
]