closing commit before branching out Multiplex
This commit is contained in:
@@ -1,62 +1,14 @@
|
||||
{
|
||||
"sequenceDelay": 500,
|
||||
"sequenceLoop":10,
|
||||
"sequence":[
|
||||
{
|
||||
"channel":"gps:agents",
|
||||
"packet":{
|
||||
"eventType": "moving",
|
||||
"payload": {
|
||||
"aid": "agent42",
|
||||
"attrs": {
|
||||
"x": "10",
|
||||
"y": "10"
|
||||
}
|
||||
},
|
||||
"sender": "steinic"
|
||||
"channel":"gps:agents",
|
||||
"packet":{
|
||||
"eventType": "move",
|
||||
"payload": {
|
||||
"aid": "agent42",
|
||||
"coords": {
|
||||
"x": "0",
|
||||
"y": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"channel":"gps:agents",
|
||||
"packet":{
|
||||
"eventType": "moving",
|
||||
"payload": {
|
||||
"aid": "agent42",
|
||||
"attrs": {
|
||||
"x": "800",
|
||||
"y": "30"
|
||||
}
|
||||
},
|
||||
"sender": "steinic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"channel":"gps:agents",
|
||||
"packet":{
|
||||
"eventType": "moving",
|
||||
"payload": {
|
||||
"aid": "agent42",
|
||||
"attrs": {
|
||||
"x": "800",
|
||||
"y": "500"
|
||||
}
|
||||
},
|
||||
"sender": "steinic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"channel":"gps:agents",
|
||||
"packet":{
|
||||
"eventType": "moving",
|
||||
"payload": {
|
||||
"aid": "agent42",
|
||||
"attrs": {
|
||||
"x": "10",
|
||||
"y": "500"
|
||||
}
|
||||
},
|
||||
"sender": "steinic"
|
||||
}
|
||||
}
|
||||
]
|
||||
"sender": "steinic"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user