socialwifi/RouterOS-api

Reboot a router

cykyy opened this issue · 2 comments

cykyy commented

Hello,
I am struggling to reboot a router. Can anyone help me out? Thanks.

Hi, please check the examples in README. For rebooting the router, try api.get_binary_resource('/system').call('reboot', {}).

cykyy commented

Thanks it works @jgoclawski