couin3 / RFLink

RFLink for ESP, with MQTT client
Other
72 stars 37 forks source link

How to Reboot via API / Ser2Net? #81

Open rubenkr opened 2 years ago

rubenkr commented 2 years ago

Hi there,

I found out that my device does stop working after long idle time. I wanted to created a scheduled reboot.

Looking at the API documentation I found that /api could be the way to reboot. According to RFLink documentation (https://www.rflink.nl/protref.php) the command would be 10;REBOOT.

How can I reboot the device over API without being physically connected? Thank you very much !