Devices
Issue a generic device command (v3)
POST
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Command accepted
Preferred shape for successful JSON responses is { ok, data, meta } with list metadata
(e.g. pagination totals) in top-level meta, not nested under data.
Previous
Write cloud-authoritative edge state rows to a device tablePersists cloud-originated state rows for one device table lineage (`table_id` is
`edge_table_lineages.id`) and stages an MQTT downlink for the device. Handled by the
edge worker (`WriteEdgeStateRows` RPC), not the integrations worker. Send
`Idempotency-Key` on retries so duplicate submissions dedupe safely.
Next
Error