pub async fn get_device_dashboard(
__arg0: State<HardwareCtx>,
__arg1: Path<String>,
) -> (StatusCode, Json<Value>)Expand description
GET /api/hardware/devices/:id/dashboard — the device’s dashboard config
(the binding + the bound dashboard’s widgets).