useContainerUnits
Fetches the site's container things from `GET /auth/list-things` (tag `t-container`). Returns the raw rows the Sites Overview merge needs — `id`, `type`, `in…
Fetches the site's container things from `GET /auth/list-things` (tag `t-container`). Returns the raw rows the Sites Overview merge needs — `id`, `type`, `info.container`, `info.poolConfig`, and the container status under `last.snap.stats.…
import { useContainerUnits } from "@tetherto/mdk-react-adapter";Signature
(options: UseContainerUnitsOptions = {}) => UseContainerUnitsResult| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
useContainerThresholds
Hook that reads and updates the temperature/pressure/power thresholds for a single container. Features: - Load and save container threshold settings - Auto-s…
useContainerWidgets
Data source for the Site Overview Container Widgets grid: the container inventory (one card per container) plus the latest per-miner realtime aggregate sampl…