useSiteContainerCapacity
Reads the aggregated nominal miner capacity across the site's containers — i.e. the maximum number of miners the facility was designed to host. Used as the "…
Reads the aggregated nominal miner capacity across the site's containers — i.e. the maximum number of miners the facility was designed to host. Used as the "denominator" of the `<HeaderMinersBox />` row: e.g. the `2,188` in `158 / 2,188`.
import { useSiteContainerCapacity } from "@tetherto/mdk-react-adapter";Signature
(options: UseSiteContainerCapacityOptions = {}) => SiteContainerCapacity| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
useSiteConsumptionChartData
Site-level power consumption time-series, shaped for `LineChartCard`. Reads `site_power_w` from the `t-powermeter`-tagged tail-log (same source the header's …
useSiteDetailMiners
Resolves the container that backs `selectedUnitId`, then returns the subset of miner devices assigned to that container. Both underlying queries are already …