diff --git a/dashboard/src/pages/matter-node-view.ts b/dashboard/src/pages/matter-node-view.ts index 02df5e54..718f2950 100644 --- a/dashboard/src/pages/matter-node-view.ts +++ b/dashboard/src/pages/matter-node-view.ts @@ -11,6 +11,7 @@ import "./components/header"; import "./components/node-details"; import { mdiChevronRight } from "@mdi/js"; import { MatterNode } from "../client/models/node"; +import { getEndpointDeviceTypes } from "./matter-endpoint-view"; declare global { interface HTMLElementTagNameMap { @@ -72,6 +73,9 @@ class MatterNodeView extends LitElement {