Router.register('/environment', async () => { const data = await API.environment().catch(() => ({ temp: '—', hum: '—' })); return `