iec104_interrogate
Retrieve the full set of monitored points from an IEC 104 substation by common address and endpoint, returning point counts and detailed values with quality and timestamps.
Instructions
[READ][risk=low] General interrogation: all monitored points of a station (ASDU CA).
Args:
common_address: ASDU common address; omit for the configured/first station.
endpoint: Endpoint name from config (protocol 'iec104').
Returns dict: {endpoint, common_address, point_count, points:[{io_address, type,
value, quality, recorded_at}]}.
Example: iec104_interrogate(common_address=1, endpoint="rtu1").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | ||
| common_address | No |