useContainerSnapshots
Fetches the detail snapshots for the selected containers — the richer projection (@link buildContainerDetailParams) that carries `container_specific.pdu_data…
Fetches the detail snapshots for the selected containers — the richer projection ({@link buildContainerDetailParams}) that carries `container_specific.pdu_data` plus the tank / cooling / power-mode config the detail panel controls read. `c…
import { useContainerSnapshots } from "@tetherto/mdk-react-adapter";Signature
(containerKeys: string[], options: UseContainerSnapshotsOptions = {}) => UseContainerSnapshotsResult| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
useContainerSettings
Fetches per-model container thresholds/parameters from `GET /auth/global/data?type=containerSettings`. Feeds the threshold status indicators (tank pressure, …
useContainerThresholds
Hook that reads and updates the temperature/pressure/power thresholds for a single container. Features: - Load and save container threshold settings - Auto-s…