Hi,
How to attach and detach Geofence to the device using API
PUT https://<domain>/api/devices/<device_id>
{
"id": <DeviceID>,
"name": "Name",
"uniqueId": "user",
"geofenceIds": [
1
]
}
Response is OK but it's not attaching
Check what the official web app sends.
Hi,
How to attach and detach Geofence to the device using API
Response is OK but it's not attaching