Provides information about devices that can accept control calls. Each device is described by a set of name/value pairs called device attributes.
Get information about some or all available control devices.
object If present, return only devices matching the specified
attributes. Note that special characters in the query
parameter need to URI-encoded to form a valid URL. For
example, As a special case, attribute This parameter also supports the Example: attrs={"interface":"relay"} |
Device information response
Unauthorized response.
{- "result": [
- {
- "path": [
- "net.egauge.slowd",
- "USB1",
- "1"
], - "name": "prm3",
- "mfg": "eGauge",
- "model": "PRM3",
- "sn": "00000007",
- "prot": "Modbus",
- "link": "serial",
- "quality": "0",
- "interface": [
- "relay",
- "modbus"
]
}
]
}