Refactor gates creating service, repository and tests

This commit is contained in:
Alessandro Franchini
2025-08-22 01:34:25 +02:00
parent 16cf408725
commit 58c0916deb
24 changed files with 251 additions and 89 deletions

View File

@@ -0,0 +1,24 @@
{
"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"
}
}