maestro refacto to grrom, getpositions actions transfered to Observer, changed to frustum, with subscription
This commit is contained in:
+4
-2
@@ -12,7 +12,8 @@
|
||||
{
|
||||
"canDo": [
|
||||
"GETAGENTPOSITION",
|
||||
"GETAGENTSINPRISM"
|
||||
"GETAGENTSINFRUSTUM",
|
||||
"SUBSCRIBEFRUSTUM"
|
||||
],
|
||||
"roles": "*"
|
||||
},
|
||||
@@ -27,7 +28,7 @@
|
||||
"gps": {
|
||||
"gpsActionsChannel": "system:requests:gps",
|
||||
"gpsActionsReply": "system:replies:[UID]",
|
||||
"storage": {
|
||||
"GPSstorage": {
|
||||
"agentHashKey": "system:gps:agent:[UID]",
|
||||
"agentsIndexKey": "system:gps:agents",
|
||||
"positionsStream": "system:gps:positions",
|
||||
@@ -68,6 +69,7 @@
|
||||
"observerActionsChannel": "system:requests:observer",
|
||||
"observerActionsReply": "system:replies:[UID]",
|
||||
"senderId": "observer",
|
||||
"scanIntervalMs": 300,
|
||||
"lifecycle": {
|
||||
"arenaChannel": "arena:lifecycle",
|
||||
"godsReadyChannel": "arena:gods:ready"
|
||||
|
||||
Reference in New Issue
Block a user