Skip to main content

Filter the air traffic source

With this action you can filter what is received in the live-traffic topic

By default, once connected to the topic, all the traffic is detected from all the sources.

"filters"

Body

ARARY of strings
The possible valies are "involi", "rigitech" or "all"

involi - All traffic comming from involi socket
rigitech - All traffic detected by rigitech receivers in drones

Response

caution

There is no direct response from the action. Once sent the topic will start filtering depending on the filters sent.

Example

socket.emit("filters", ["involi","rigitech"]);