-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsm15m.toml
39 lines (32 loc) · 820 Bytes
/
sm15m.toml
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
##################### IMPORTANT ###############################
## DON'T USE THIS EXAMPLE FILE SINCE IT FAKES A STACKMATCH
## There are actually real stackmatch implementations available
##################### IMPORTANT ###############################
[nats]
broker-url = "nats-server"
broker-port = 4222
[switch]
name = "15m_stackmatch"
type = "dummy_switch"
[15m_stackmatch]
name = "Stackmatch 15m" # name of the stackmatch
index = 3 # order (helper for consistent visualization)
exclusive = false
ports = ["sm"]
[sm]
name = "SM"
index = 0
exclusive = false
terminals = ["sm_port1", "sm_port2", "sm_port3"]
# Terminal (corresponds to the buttons you would see in the UI)
[sm_port1]
name = "5L TWR1"
index = 1 #order
# Terminal
[sm_port2]
name = "5L TWR2"
index = 2
# Terminal
[sm_port3]
name = "OB11-3"
index = 3