-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshow_nodeid.py
66 lines (65 loc) · 1.73 KB
/
show_nodeid.py
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
SHOW_NODEID = '''
{
"layout":
{
"background": {
"bgColor": "WHITE",
"enableButtonZone": false,
"rectangle": {
"strokeThickness": 1,
"fillColor": "WHITE",
"strokeColor": "BLACK",
"fillPattern": "NONE",
"block": {
"x_percent": 0,
"y_percent": 0,
"w_percent": 100,
"h_percent": 68
}
}
},
"items": [
{ "type": "TEXT",
"data": {
"text": "Fri, Jan 08 15:20",
"id": "SXCS",
"font": "YANONE_KAFFEESATZ_44_B",
"textAlign": "CENTER",
"block": { "x": 32, "y": 8, "w": 232, "h": 56 },
"offset": { "x": 0, "y": 0 }
}
},
{ "type": "TEXT",
"data": {
"text": "22222222222",
"id": "BEIJING_TIME",
"font": "DDIN_CONDENSED_24",
"textAlign": "CENTER",
"block": { "x": 32, "y": 56, "w": 232, "h": 24 },
"offset": { "x": 0, "y": 0 }
}
},
{ "type": "TEXT",
"data": {
"text": "<NODE_ID>",
"id": "UPCOMING_1_TIME",
"font": "DDIN_CONDENSED_16",
"textAlign": "LEFT",
"block": { "x": 0, "y": 96, "w": 296, "h": 16 },
"offset": { "x": 2, "y": 0 }
}
},
{ "type": "TEXT",
"data": {
"text": "66666666666666666",
"id": "UPCOMING_1_SUMMARY",
"font": "DDIN_CONDENSED_16",
"textAlign": "LEFT",
"block": { "x": 0, "y": 112, "w": 296, "h": 16 },
"offset": { "x": 2, "y": 0 }
}
}
]
}
}
'''