forked from mcdona1d/RaspberryWechatPi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbutton.txt
66 lines (62 loc) · 1.5 KB
/
button.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
ReadMe: http://blog.csdn.net/u010027419/article/details/40949065
{
"button":[
{
"name":"监控",
"sub_button":[
{
"type":"click",
"name":"实况截图",
"key":"V1001_SNAPSHOT"
},
{
"type":"view",
"name":"实时监控",
"url":"http://329703622.wicp.net/"
},
{
"type":"click",
"name":"云台向左",
"key":"V1001_C_LEFT"
},
{
"type":"click",
"name":"云台向右",
"key":"V1001_C_RIGHT"
},
{
"type":"click",
"name":"安全预警功能",
"key":"V1001_AUTOSAFE"
}]
},
{
"name":"操作",
"sub_button":[
{
"type":"click",
"name":"获取温度湿度",
"key":"V1001_TEMPERATURES"
},
{
"type":"click",
"name":"电灯开",
"key":"V1001_LED_ON"
},
{
"type":"click",
"name":"电灯关",
"key":"V1001_LED_OFF"
},
{
"type":"click",
"name":"自动光控功能",
"key":"V1001_AUTOLED"
}]
},
{
"type":"click",
"name":"帮助&简介",
"key":"V1001_HELP"
}]
}