Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions channels/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Channel:
Determines the RF protocol used for motor control.
Uses the same R-number format as the devices API.

To configure a channel for Relay mode (BondSync-only communication
relayed via Bridge), set template to "(relay)". [since v4.24.2]
Relay channels have type "MS" but expose no actions since control
is handled by the paired Bridge device.

Not present for channel 0 (All channel).
properties:
type: object
Expand Down Expand Up @@ -109,6 +114,9 @@ Channel:
The actions list may include any action supported by the technology without
strict atomicity requirements.

Relay channels (template: "(relay)") will return an empty actions array since
control is handled by the paired Bridge device. [since v4.24.2]

Not present for channel 0.

ChannelList:
Expand Down