Update switch.rfxtrx.markdown
This commit is contained in:
parent
c1ccb7b149
commit
5840db495c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ If you need to generate codes for switches you can use a template (usefull for e
|
||||||
- Use this code to generate a code:
|
- Use this code to generate a code:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
{% raw %}0b11000{{ range(0,700) | random | int }}bc0cfe0{{ range(0,10) | random | int }}010f70{% endraw %}
|
{% raw %}0b11000{{ range(100,700) | random | int }}bc0cfe0{{ range(0,10) | random | int }}010f70{% endraw %}
|
||||||
```
|
```
|
||||||
|
|
||||||
- Use this code to add a new switch in your configuration.yaml
|
- Use this code to add a new switch in your configuration.yaml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue