API Commands¶
The ARKEO Multichannel API is organized into command domains.
Each domain groups commands that operate on the same logical subsystem and share a common response structure.
Select a section below to explore the available commands.
-
Device Commands
Commands that control measurement channels
Response root:
channels -
Sensor Commands
Commands related to physical sensors, their configuration, and live values.
Response root:
sensors -
Environment Commands
Commands for managing sensor environments
Response root:
environments -
Day–Night Commands
Commands controlling day–night cycling, automation logic, and thresholds.
Response root:
day_night
Command domain overview¶
Each command belongs to exactly one domain and returns a domain-specific payload.
| Domain | Description | Response key |
|---|---|---|
| Device | Measurement channels and SMU control | channels |
| Sensors | Physical sensors and readings | sensors |
| Environments | Sensor grouping and associations | environments |
| Day–Night | Global cycling and automation logic | day_night |
Clients should rely on the domain-specific response key when parsing results.
Design rule
Commands never mix multiple domains in a single response.