MDK Logo

CabinetDetailCard

Read-only LV cabinet detail: powermeter readings, the root plus per-position temperature readings (severity-coloured, with an offline marker), and the active…

Read-only LV cabinet detail: powermeter readings, the root plus per-position temperature readings (severity-coloured, with an offline marker), and the active-warnings timeline. Presentational — shape the rows with {@link useCabinetDetail}.

import { CabinetDetailCard } from "@tetherto/mdk-react-devkit";
PropStatusTypeDefaultDescription
titleRequiredstringCabinet display title (`LV Cabinet 1` / transformer title).
powerMetersRequiredCabinetReadingRow[]Non-root powermeter reading rows.
rootTempSensorOptionalCabinetReadingRow | undefinedThe cabinet-root temperature reading, when present.
tempSensorsRequiredCabinetReadingRow[]Non-root temperature sensor reading rows.
alarmsDataItemsRequiredTimelineItemData[]Active-warnings timeline items.
onNavigateOptional((path: string) => void) | undefinedRouter navigate used by warning rows to deep-link into the alert.
isLoadingOptionalboolean | undefinedShows a spinner while the cabinet snapshot is loading.