Get specific Multipurpose IO (MIO) channel state

Open in Claude
Get the current state of a specific Multipurpose IO (MIO) hardware channel by its index. Each channel has aliases and will be configured as input or disabled. Operations to configure and query Multipurpose IO (MIO) hardware channels. MIO provides configurable input/output functionality for external hardware integration, supporting both individual channel configuration and bulk operations using bitmasks.

Path parameters

channel_idintegerRequired0-1

Channel index (0 or 1)

Response

Multipurpose IO hardware state for specific channel
aliaseslist of strings
Alternative names for the channel
inputbooleanRead-only

Current input state of the channel (read-only).

enableboolean
Whether the channel is enabled for MIO operation.
configenum
Current channel configuration mode. 'OTHER' indicates the channel is not available for MIO operation. If enable is not set and config is OTHER, the channel is used by another service.

Errors

404
Not Found Error
500
Internal Server Error