brassage/examples/config.toml
2025-08-15 14:39:27 +02:00

33 lines
No EOL
600 B
TOML

[switchs.gc-1]
url = "https://gc-1.acs.sw.infra.auro.re"
user = "brassage"
password = "password"
[switchs.gc-2]
url = "https://gc-2.acs.sw.infra.auro.re"
user = "brassage"
password = "password"
[rooms.gs-c-602]
switch = "gc-1"
port = "10"
labels = [ "George Sand", "Bâtiment C", "602" ]
[rooms.gs-c-602.states.Aurore]
untag = 1004
[rooms.gs-c-602.states.Crous]
untag = 4004
[rooms.gs-c-603]
switch = "gc-2"
port = "11"
labels = [ "George Sand", "Bâtiment C", "603" ]
[rooms.gs-c-603.states.Aurore]
untag = 1005
tag = [ 208, 209 ]
[rooms.gs-c-603.states.Crous]
untag = 4005
tag = [ 208, 209 ]