useExplorerThingDetail
Explorer detail hook: fetches one thing by id (@link useThingDetail) and shapes it into display-ready rows for the Explorer detail panel. Reads the same snap…
Explorer detail hook: fetches one thing by id ({@link useThingDetail}) and shapes it into display-ready rows for the Explorer detail panel. Reads the same snapshot fields the container table columns show (status, ambient temp, humidity, power → kW) so the panel and the row stay consistent. Returns a `hasSelection: false` result when no id is given.
import { useExplorerThingDetail } from "@tetherto/mdk-react-devkit";Signature
(id: string | undefined, options?: UseThingDetailOptions) => UseExplorerThingDetailResult| Package | @tetherto/mdk-react-devkit |
useExplorerSelection
Bridges the Explorer table selection into the shared `devicesStore` that the write-control cards read. Given the active tab and the table's row-selection, it…
useFeatureFlags
Fetches the deployment feature flags from `GET /auth/featureConfig` (camelCase route — there is no `/auth/feature-config`). Static deployment config — fetche…