ProductConcepts
Stations & parameters
The field hardware Live3 monitors, and the measurements each one reports.
Draft. Replace the placeholder copy with the real Live3 model.
A station is a physical unit deployed in the field. Each station reports one or more parameters — the individual measurements it takes (for example wind speed, temperature, or a sensor reading).
Stations
- Every station belongs to one organization.
- A station has an identifier, a location, and a set of parameters it reports.
- Access can be granted per station, so a user may see some stations but not others — see Users, roles & permissions.
Parameters
A parameter is a single measured value a station reports over time. Each parameter has a code, a human-readable name, and a unit.
| Field | Meaning |
|---|---|
| Code | The machine identifier used in the API. |
| Name | The human-readable label shown in the UI. |
| Unit | The unit the value is reported in. |
Related
- Interface: Stations page
- API:
GET /stationsandGET /parameters

