+### `ethernet` Bridge Channels
+
+| Channel Type ID | Item Type | Description | |
+|-----------------|-----------|-------------------------------------------------------------------------------------|--------------------------------------------|
+| blaster | String | Send (filtered) infrared commands over the specified blaster LED of the transceiver | [Channel configuration](#blaster-channel) |
+| receiver | String | Receive (filtered) infrared commands on the receiver LED of the transceiver | [Channel configuration](#receiver-channel) |
+
+### `ethernet` Bridge Channel Configuration
+
+#### `blaster` Channel
+
+| Parameter | Description | Config | Default |
+|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|---------|
+| led | Specifies the led on which infrared commands will be emitted | Required | - |
+| remote | The remote or manufacturer name which's commands will be allowed, as defined in the IRtrans server database that is flashed into the transceiver (can be ' \*' for 'any' remote) | Required | - |
+| command | The name of the command will be allowed, as defined in the IRtrans server database that is flashed into the transceiver (can be '*' for 'any' command) | Required | - |