closing commit before branching out Multiplex

This commit is contained in:
STEINNI
2025-10-05 10:11:03 +00:00
parent 6381bfe44a
commit 03af111d7f
16 changed files with 167 additions and 87 deletions
+106
View File
@@ -0,0 +1,106 @@
{
"sequenceDelay": 500,
"sequenceLoop":10,
"sequence":[
{
"channel":"gps:agents",
"packet":{
"eventType": "move",
"payload": {
"aid": "agent42",
"coords": {
"x": "5",
"y": "5"
}
},
"sender": "steinic"
}
},
{
"channel":"gps:agents",
"packet":{
"eventType": "move",
"payload": {
"aid": "agent42",
"coords": {
"x": "-5",
"y": "5"
}
},
"sender": "steinic"
}
},
{
"channel":"gps:agents",
"packet":{
"eventType": "move",
"payload": {
"aid": "agent42",
"coords": {
"x": "-5",
"y": "-5"
}
},
"sender": "steinic"
}
},
{
"channel":"gps:agents",
"packet":{
"eventType": "move",
"payload": {
"aid": "agent42",
"coords": {
"x": "5",
"y": "-5"
}
},
"sender": "steinic"
}
},
{
"channel":"gps:agents",
"packet":{
"eventType": "move",
"payload": {
"aid": "agent42",
"coords": {
"x": "5",
"y": "5"
}
},
"sender": "steinic"
}
},
{
"channel":"gps:agents",
"packet":{
"eventType": "move",
"payload": {
"aid": "agent42",
"coords": {
"x": "5",
"y": "5",
"z": "2"
}
},
"sender": "steinic"
}
},
{
"channel":"gps:agents",
"packet":{
"eventType": "move",
"payload": {
"aid": "agent42",
"coords": {
"x": "5",
"y": "5",
"z": "0"
}
},
"sender": "steinic"
}
}
]
}