createSiteRssiZone

POST https://{{host}}/api/v1/sites/:site_id/rssizones

Create RSSI Zone #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name|string|The name of the zone devices|list|List of devices and the respective RSSI values to be considered in the zone rssi|int|RSSI threshold

Request Body

{"name"=>"Board Room", "devices"=>[{"device_id"=>"00000000-0000-0000-1000-5c5b35bd76bb", "rssi"=>-80}]}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
X-CSRFTokenstring
Content-Typestring