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 …
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 `useSitePowerMeter` snapshot uses), converts W → MW, and emits `highlightedVal…
import { useSiteConsumptionChartData } from "@tetherto/mdk-react-adapter";Signature
(params: UseSiteConsumptionChartDataParams) => SiteConsumptionChartResult| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
useSiteConsumption
Projects the freshest consumption sample out of the dashboard's existing tail-log query for the header stats strip (`HeaderConsumptionBox`).
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 "…