MCPcopy Create free account
hub / github.com/allocnode/oh-my-sage / DevicePanelProps

Interface DevicePanelProps

src/components/DevicePanel.tsx:38–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38interface DevicePanelProps {
39 collapsed?: boolean;
40 devices?: Device[];
41 stats?: {
42 total: number;
43 online: number;
44 offline: number;
45 rooms: number;
46 };
47 loading?: boolean;
48 onRefresh?: () => void;
49}
50
51interface Room {
52 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected