streamfog_status
Verifies Streamfog bridge connectivity, loaded lens count, and recent errors to confirm the bridge is ready for lens operations.
Instructions
Check the connection status to Streamfog via the Streamer.bot bridge.
Returns bridge connectivity, loaded lens count, and any recent errors. Use this before attempting lens operations to verify the bridge is healthy.
Return Format
{"success": true, "data": {"connected": bool, "host": "127.0.0.1", "port": 8080, "lenses_loaded": 5, "connected_at": 1715000000.0, "last_error": null}}
Examples
await streamfog_status()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||