Closed mijoost closed 1 month ago
According to the API documentation (both, website and OpenAPI spec) /gopro/camera/info should return an info object. However, with firmware H23.01.02.20.00 that info object level is omitted (items appear at top level).
curl --request GET --url "http://${CAMERAIPADDRESS}:8080/gopro/camera/info" { "model_number": "62", "model_name": "HERO12 Black", "firmware_version": "H23.01.02.20.00", "serial_number": "C3501xxxxxxxxx", "ap_mac_addr": "xxxxxxxxxxxx", "ap_ssid": "GP25xxxxxx" }
Good catch. I'll update the docs.
This has been fixed in the spec
According to the API documentation (both, website and OpenAPI spec) /gopro/camera/info should return an info object. However, with firmware H23.01.02.20.00 that info object level is omitted (items appear at top level).