Skip to content

Commit 5840db4

Browse files
Update switch.rfxtrx.markdown
1 parent c1ccb7b commit 5840db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/switch.rfxtrx.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you need to generate codes for switches you can use a template (usefull for e
5858
- Use this code to generate a code:
5959

6060
```yaml
61-
{% raw %}0b11000{{ range(0,700) | random | int }}bc0cfe0{{ range(0,10) | random | int }}010f70{% endraw %}
61+
{% raw %}0b11000{{ range(100,700) | random | int }}bc0cfe0{{ range(0,10) | random | int }}010f70{% endraw %}
6262
```
6363

6464
- Use this code to add a new switch in your configuration.yaml

0 commit comments

Comments
 (0)