Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a route a get all camera statuses #79

Merged
merged 1 commit into from
Jul 28, 2023
Merged

added a route a get all camera statuses #79

merged 1 commit into from
Jul 28, 2023

Conversation

khavinshankar
Copy link
Member

route:
cameras/status

body:

[
  {
    "hostname": "string",
    "port": 80 | 443,
    "username": "string",
    "password": "string"
  },
  ...
]

response:

{
  "time": "2023-07-26T11:43:32.016Z",
  "status": {
    "128.128.128.128": "up",
    ...
  }
}

@gigincg gigincg merged commit 9f9926d into develop Jul 28, 2023
3 checks passed
@khavinshankar khavinshankar deleted the camera-status branch July 28, 2023 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants