-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgrocy-withcallback.lbl
More file actions
42 lines (42 loc) · 898 Bytes
/
Copy pathgrocy-withcallback.lbl
File metadata and controls
42 lines (42 loc) · 898 Bytes
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
elements:
- name: grocycode
type: datamatrix
key: grocycode
horizontal_offset: 15
vertical_offset: 22
- name: duedate
type: text
key: duedate
shrink: true
wrap: 24
horizontal_offset: 130
vertical_offset: 50
- name: duedate
type: text
key: due_date
shrink: true
wrap: 24
horizontal_offset: 130
vertical_offset: 50
- name: product
type: text
key: product
shrink: true
wrap: 24
horizontal_offset: 15
vertical_offset: 130
- name: GROCY ProductAPI
type: grocy_entry
api_key: YOUR_API_KEY_HERE
endpoint: http://YOUR_IP_HERE:9283
elements:
- type: data_array_index
index: 0
elements:
- name: Note
type: text
horizontal_offset: 130
datakey: note
shrink: true
vertical_offset: 70
wrap: 24