You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/supervisor/v1/reboot is (atm) the only supervisor endpoint that we are doing .catch(notFoundResponse, treatAsMissingDevice(uuidOrId)).
We should not silence Request error: No online device(s) found what that's what is returned and still be able to properly detect DeviceNotFound errors both when calling it with an ID or UUID.
The text was updated successfully, but these errors were encountered:
/supervisor/v1/reboot
is (atm) the only supervisor endpoint that we are doing.catch(notFoundResponse, treatAsMissingDevice(uuidOrId))
.We should not silence
Request error: No online device(s) found
what that's what is returned and still be able to properly detect DeviceNotFound errors both when calling it with an ID or UUID.The text was updated successfully, but these errors were encountered: