update_device
Update a device on a Milesight LoRaWAN gateway by specifying only the fields to change; current data is merged automatically.
Instructions
Update a device. Only the provided fields are changed (merged onto the device's current record).
The gateway's update endpoint requires all mandatory fields in every request, so the current record is fetched first and the requested changes merged in before the full body is sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| f_port | No | ||
| app_key | No | ||
| dev_eui | Yes | ||
| profile_id | No | ||
| description | No | ||
| skip_fcnt_check | No | ||
| payload_codec_id | No |