closing commit before branching out Multiplex
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user