dongrote / home-network-admin

A tiny server to provide a RESTful interface for Siri Shortcuts at home
MIT License
1 stars 0 forks source link

Remove online check #44

Closed dongrote closed 4 years ago

dongrote commented 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
}