wifi-unconn-raw

POST {{webhook-url}}

Webhook Body Parameters

NameTypeDescription
topicstringtopic subscribed to
eventslistlist of events
site_idstringsite id
map_idstringmap id
org_idstringorg id
ap_idstringMAC address of the reporting AP
ap_loclistoptional, coordinates (if any) of reporting AP (updated once in 60s per client)
client_idstringMAC of the wifi device
connected_siteboolconnected wifi client or passive wifi device
packetslistband-wise average rssi reported by Wifi device
rssifloatsignal strength
bandstringband associated with RSSI
extended_info_listlistoptional, list of specific telemetry packets emited by certain wifi tags (Eg. Centrak)
frame_ctrlintoptional, Frame Control
sequence_ctrlintoptional, Sequence control
payloadstringoptional, payload from the wifi beacon

Request Body

{"topic"=>"wifi-unconn-raw", "events"=>[{"ap_id"=>"ac-23-16-ec-a7-0b", "ap_loc"=>[36.03303862386182, 43.57022468463291, 2.75], "client_id"=>"28-f0-76-2d-22-1e", "connected_site"=>false, "mapid"=>"bd42f0c3-2e6a-4f8a-ac2d-d34e268c1418", "orgid"=>"9c3e516c-397d-11e6-ae35-0242ac110008", "packets"=>[{"band"=>"5GHz", "rssi"=>-92}], "siteid"=>"27ea2f07-6fe6-4eab-be1b-b8e3ce083d67"}, {"ap_id"=>"ac-23-16-ec-a7-0b", "ap_loc"=>[36.03303862386182, 43.57022468463291, 2.75], "client_id"=>"38-f9-d3-99-08-6e", "connected_site"=>false, "mapid"=>"bd42f0c3-2e6a-4f8a-ac2d-d34e268c1418", "orgid"=>"9c3e516c-397d-11e6-ae35-0242ac110008", "packets"=>[{"band"=>"5GHz", "rssi"=>-94.333336}], "siteid"=>"27ea2f07-6fe6-4eab-be1b-b8e3ce083d67"}]}