mirror of
https://github.com/Noettore/lagomareGateKeeperBot.git
synced 2025-10-15 03:26:40 +02:00
24 lines
306 B
JSON
24 lines
306 B
JSON
{
|
|
"gateA": {
|
|
"name": "Gate A",
|
|
"id": "1"
|
|
},
|
|
"gateB": {
|
|
"name": "Gate B",
|
|
"id": "2",
|
|
"status": 0
|
|
},
|
|
"gateC": {
|
|
"name": "Gate C",
|
|
"id": "3"
|
|
},
|
|
"gateD": {
|
|
"name": "Gate D",
|
|
"id": "4",
|
|
"status": 0
|
|
},
|
|
"gateE": {
|
|
"name": "Gate E",
|
|
"id": "5"
|
|
}
|
|
} |