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

Interface Device

src/components/DevicePanel.tsx:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27const {Text} = Typography;
28
29interface Device {
30 did: string;
31 name: string;
32 model: string;
33 modelName?: string;
34 online: boolean;
35 roomName?: string;
36}
37
38interface DevicePanelProps {
39 collapsed?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected