inscada_get_live_values
Batch read live values of multiple SCADA variables in one call. Returns current value and timestamp for each variable.
Instructions
Read LIVE (real-time, current) values of multiple SCADA variables in one call. MUST use this for batch live value queries. Returns {varName: {value, date}} map. project_id is optional (auto-detected if omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID (optional, auto-detected if omitted) | |
| variable_names | Yes | Comma-separated variable names | |
| verbose | No | Return full API response (default: false — compact) |