working on simManage

This commit is contained in:
STEINNI
2026-06-21 21:09:21 +00:00
parent 06a7868882
commit e2f8766b9f
17 changed files with 484 additions and 51 deletions
+1 -1
View File
@@ -4,4 +4,4 @@
"y": 100,
"z": 100
}
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"maestro": {
"actionsChannel": "system:requests:maestro",
"lifecycleChannel": "system:maestro:lifecycle:[UID]"
},
"observer": {
"actionsChannel": "system:requests:observer",
"subscribeFrequencyMs": 1000,
"cameraDebounceMs": 600
}
}
+1 -9
View File
@@ -44,20 +44,12 @@
"method": "POST"
},
"get": {
"uri": "/api/sims/{simId}",
"uri": "/api/sims/{simulationUuid}",
"method": "GET"
},
"create": {
"uri": "/api/sims",
"method": "PUT"
},
"start": {
"uri": "/api/sims/{simId}/start",
"method": "PUT"
},
"pause": {
"uri": "/api/sims/{simId}/pause",
"method": "PUT"
}
}
}
@@ -1,6 +1,6 @@
[
{
"chan": "system:gps:agents",
"chan": "system:observer:subscribed[UID]:agents",
"events": [
{
"eventName": "move",
+4
View File
@@ -397,6 +397,10 @@ div.window > section button[eicbutton][rounded] {
color: #222;
}
[eicdatagrid] .dataset .row:hover {
background-color: #483;
}
/* Customizations to buildoz*/
bz-select > button{
background: linear-gradient( to bottom, #251, #372 15%, #483 50%, #372 85%, #251 ) !important;