Router.register('/devices', async () => { const data = await API.devices().catch(() => ({ list: [] })); const items = (data.list || []).map(d => `