We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
repeats
1 parent 5b263ee commit bbf9a79Copy full SHA for bbf9a79
source/_components/switch.rpi_rf.markdown
@@ -37,6 +37,7 @@ switch:
37
protocol: 5
38
code_on: 654321
39
code_off: 654320
40
+ signal_repetitions: 15
41
```
42
43
Configuration variables:
@@ -48,4 +49,4 @@ Configuration variables:
48
49
- **code_off** (*Required*): Decimal code to switch the device off.
50
- **protocol** (*Optional*): RF Protocol (Default is `1`).
51
- **pulselength** (*Optional*): Pulselength (Default is the protocol default).
-
52
+ - **signal_repetitions** (*Optional*): Number of times to repeat transmission (default is 10, can increase to try to improve reliability).
0 commit comments