useCabinetGroups
Fetches the Explorer cabinet-tab devices (powermeters + temperature sensors) and groups them by their owning container (`info.container`); devices without a …
Fetches the Explorer cabinet-tab devices (powermeters + temperature sensors) and groups them by their owning container (`info.container`); devices without a container assignment (site-level meters) collect under the `site` group, sorted la…
import { useCabinetGroups } from "@tetherto/mdk-react-adapter";Signature
(options: UseCabinetGroupsOptions = {}) => UseCabinetGroupsResult| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
useCabinetDevices
Fetches one LV cabinet's family of devices — the powermeters and temperature sensors whose `info.pos` sits under the cabinet `root` (@link buildCabinetDetail…
useCancelAction
Cancels pending actions via `DELETE /auth/actions/:type/cancel?ids=…`. Invalidates the pool/miner/actions caches on success. Gated by `actions:w`.