Skip to content
Merged
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
3 changes: 2 additions & 1 deletion source/_components/switch.rpi_rf.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ switch:
protocol: 5
code_on: 654321
code_off: 654320
signal_repetitions: 15
```

Configuration variables:
Expand All @@ -48,4 +49,4 @@ Configuration variables:
- **code_off** (*Required*): Decimal code to switch the device off.
- **protocol** (*Optional*): RF Protocol (Default is `1`).
- **pulselength** (*Optional*): Pulselength (Default is the protocol default).

- **signal_repetitions** (*Optional*): Number of times to repeat transmission (default is 10, can increase to try to improve reliability).