The Gateway is up and running
You can access the API routes under /api/v1/
Available routes:
- static - /static/ ['HEAD', 'OPTIONS', 'GET']
- home.health_check - / ['HEAD', 'OPTIONS', 'GET']
- health.health_check - /api/v1/health/ ['HEAD', 'OPTIONS', 'GET']
- auth.auth_check - /api/v1/auth/ ['HEAD', 'OPTIONS', 'GET']
- remote-control.list_devices - /api/v1/remote-control/devices ['HEAD', 'OPTIONS', 'GET']
- remote-control.announce_user - /api/v1/remote-control/announce-user ['OPTIONS', 'POST']
- remote-control.call_direct_method - /api/v1/remote-control/call ['OPTIONS', 'POST']
- remote-control.get_device_properties - /api/v1/remote-control/properties ['HEAD', 'OPTIONS', 'GET']