useContainerPoolStats
Fetches per-container pool override counts from `GET /auth/pools/stats/containers`. Feeds the Sites Overview cards.
Fetches per-container pool override counts from `GET /auth/pools/stats/containers`. Feeds the Sites Overview cards.
import { useContainerPoolStats } from "@tetherto/mdk-react-adapter";Signature
(options: UseContainerPoolStatsOptions = {}) => UseContainerPoolStatsResult| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
useConsumptionChartData
TanStack Query hook returning raw consumption tail-log samples. Most dashboards should consume the higher-level `useSiteConsumptionChartData`, which wraps th…
useContainerSettings
Fetches per-model container thresholds/parameters from `GET /auth/global/data?type=containerSettings`. Feeds the threshold status indicators (tank pressure, …