Closed dongrote closed 4 years ago
Fixes #41
Including online check in state made things horrendous for UX. For now, faking online status for the sake of minimal change to UI (none).
Added new REST endpoint to check real online status:
GET /api/devices/online?hostname={}
Returns a JSON object:
{ "hostname": string, "online": boolean }
Fixes #41
Including online check in state made things horrendous for UX. For now, faking online status for the sake of minimal change to UI (none).
Added new REST endpoint to check real online status:
Returns a JSON object: