WORKSPACE DEBUG - {workspaceId}
Last Refresh: {debugInfo.lastRefresh}
Refresh Count: {debugInfo.refreshCount}
API Calls: {debugInfo.apiCalls}
Response Time: {debugInfo.responseTime}ms
Robotics Rooms: {roboticsRooms.length} | Video Rooms: {videoRooms.length} | Loading: {loading
? 'YES'
: 'NO'}
{#if roboticsError || videoError}
{#if roboticsError}Robotics Error: {roboticsError}{/if}
{#if videoError}Video Error: {videoError}{/if}
{/if}