micrOS Logo
Gateway UI

micrOS Gateway

A lighter control surface for device discovery, status inspection, command execution, camera access, and webhook entrypoints.

Known Devices

Populated from `/list/`
No devices loaded yet.

Quick Actions

Gateway shortcuts
Open Help

Gateway Actions

Simple UI for the `/sendcmd` endpoint
Run a gateway action to see the response here.

Available Endpoints

Reference
/listList known devices and sort them by online and offline state.
/searchTrigger device discovery on the current network.
/statusCollect node status data and system-level health details.
/sendcmd/<device>/<cmd>Send a command to a selected device. Use `+` instead of spaces.
/metrics/<device>/<cmd>Expose command output in Prometheus scrape format.
/image/<device>Fetch an ESP camera image. Without a device parameter, the endpoint lists cameras.
/imgstreamOpen the camera stream page with auto-refreshing camera tiles.
/webhooks/<payload>/<args>Run a gateway webhook script with optional arguments.
/webhooks/macro/<macroName>Run a macro-oriented webhook by macro name.