Bram - I used to reset my sensesp with a HTTP G...
I used to reset my sensesp with a HTTP GET request to
http://192.168.9.170/device/restart
. I've moved the code from sensesp 2 to 3 and now it doesn't seem to work anymore (in the browser it returns Nothing matches the given URI
. From the docs i understand it should still work https://signalk.org/SensESP/pages/internals/
. Is there something i am doing wrong? thx2 Replies
Seems like the documentation is outdated! The new endpoint is /api/device/restart.
Thx, it works, but the device still returns
Nothing matches the given URI
.