# Update Device Info For cloud2cloud integration. Payload will be logged and sent to device via MQTT under "device-info" schema. Endpoint: POST /network/{network_id}/deviceinfo Security: ApiKey ## Path parameters: - `network_id` (integer, required) Motion Network ID (returned as 'id' by Find API calls) ## Request fields (application/json): - `device_type` (string) Human-readable identification string for this device Example: "Google Streaming Dongle Chromecast" - `hostname` (string) Device hostname (if available) Example: "Google-Home-Mini" - `mac` (string) Device MAC address Example: "f0:ef:86:63:03:73" - `os` (string) Operating System - `name` (string) Device name - `category` (string) Device category - `brand` (string) Brand name - `model` (string) Model name - `modelNumber` (string) Model number - `ts` (number) Timestamp of last identification ## Response 200 fields (application/json): - `status` (integer) - `success` (integer)