useContainerThresholds
Hook that reads and updates the temperature/pressure/power thresholds for a single container. Features: - Load and save container threshold settings - Auto-s…
Hook that reads and updates the temperature/pressure/power thresholds for a single container. Features: - Load and save container threshold settings - Auto-save default thresholds when none exist - Validate and auto-adjust overlapping thresholds - Handle reset to saved/default values
import { useContainerThresholds } from "@tetherto/mdk-react-devkit";Signature
({ data, onSave, }: UseContainerThresholdsProps) => UseContainerThresholdsReturn| Package | @tetherto/mdk-react-devkit |
useContainerSnapshots
Fetches the detail snapshots for the selected containers — the richer projection (@link buildContainerDetailParams) that carries `container_specific.pdu_data…
useContainerUnits
Fetches the site's container things from `GET /auth/list-things` (tag `t-container`). Returns the raw rows the Sites Overview merge needs — `id`, `type`, `in…