FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
146 views 0 comments
by anonymous
Hi,

Do you know how I can verify that a RUTX09 has been updated? I want to programatically verify that the device is upgraded and is fully back functional.

From what I see so far, it seems that a firmware upgrade involves downloading the firmware followed by a reboot of some sort. It is at this point that the device is ready with new firmware installed. Is there a way to query if the device has reached this point? I have tried using the status API but woth that I can only verify that the firmware is downloaded to the device/validated not whether the device has completed its necessary reboot.

Thanks

1 Answer

+1 vote
by anonymous

Hello, 

Regarding this question of yours, if you are using RMS API you can try using the device statistics

Or if you want to get a notification let's say a POST message that the device is back up. You can try executing a script on device startup where it will generate a POST message to your server. You can put this script on System > Custom Scripts or in /etc/rc.local.

Regards,

Jerome