useContainerSettings
Fetches per-model container thresholds/parameters from `GET /auth/global/data?type=containerSettings`. Feeds the threshold status indicators (tank pressure, …
Fetches per-model container thresholds/parameters from `GET /auth/global/data?type=containerSettings`. Feeds the threshold status indicators (tank pressure, oil/water temperature) on the container widgets and detail tabs.
import { useContainerSettings } from "@tetherto/mdk-react-adapter";Signature
(options: UseContainerSettingsOptions = {}) => UseContainerSettingsResult| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
useContainerPoolStats
Fetches per-container pool override counts from `GET /auth/pools/stats/containers`. Feeds the Sites Overview cards.
useContainerSnapshots
Fetches the detail snapshots for the selected containers — the richer projection (@link buildContainerDetailParams) that carries `container_specific.pdu_data…