useThingDetail
Fetches a single thing by id from `GET /auth/list-things` with the full Op Centre field projection — the data source for the Explorer detail panel and the co…
Fetches a single thing by id from `GET /auth/list-things` with the full Op Centre field projection — the data source for the Explorer detail panel and the container Thing-detail view.
import { useThingDetail } from "@tetherto/mdk-react-adapter";Signature
(id: string | undefined, options: UseThingDetailOptions = {}) => UseThingDetailResult| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
useThingComment
Device-comment writes for the Explorer detail panel — add, edit, and delete against `/auth/thing/comment` (the author is stamped server-side from the session…
useTimeframeControls
Core state machine for TimeframeControls — owns year / month / week selection and resolves the date-range output.