Gitlab CI - Debugging
[tpg/opendispense2.git] / itemsfile.txt
1 == Item Database Format ==
2 (Simple Version)
3
4 Each line denotes a "slot"
5         <system>\t<code>\t<price>\t<description>
6 Comments are denoted by '#' or ';' (with # usually being for info comments
7 and ; for commenting out)
8 comments are allowed anywhere on a line and act until the end of the line.
9
10
11 For example, a coke could be
12         drink   06      96      Coke
13 A pseudo-item could be
14         pseudo  01      10      Laserprint
15 Or a snack
16         snack   64      128     Mars Bar
17
18 The <system> denotes what controller plugin to use for the item.
19 Currently there are only three:
20  "drink" is the drinks machine
21  "pseudo" is essentially a no-op, no action is taken on dispense (save
22  for logging)
23  "snack" controls the snack machine, dropping an item on dispense
24

UCC git Repository :: git.ucc.asn.au