How to identify new update available or not?

hi,
i have GL-X3000.
how to identify is new update available or not using bellow rpc api call?

  • URL : http://192.168.8.1/rpc

  • payload :

    {
      "jsonrpc": "2.0",
      "id": 9,
      "method": "call",
      "params": ["dp0UUTuiFm....", "upgrade", "check_firmware_online", {}]
    }
    
  • Response :

    {
     "id": 9,
     "jsonrpc": "2.0"
     "result": {
         "current_compile_time": "2024-06-15 13:30:17",
         "current_type": "release3",
         "current_version": "4.4.9",
         "prompt": true
     }
    

Thank you,

if there is newer firmware checked, will show more result.

1 Like

Okay, thank you

new_firmware_type key also exist for GL-X3000 while update available?

image

I think so, as the X3000 firmware also based on the SDK4, the result is supposed to the same if it has newer firmware.
May can try downgrade your X3000 version to check it in your side.

1 Like

ok, thank you

1 Like