From 5840db495cac3224fab6ccb70bc4b227ad9cdfb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Sun, 6 Nov 2016 14:42:31 +0100 Subject: [PATCH] Update switch.rfxtrx.markdown --- source/_components/switch.rfxtrx.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/switch.rfxtrx.markdown b/source/_components/switch.rfxtrx.markdown index 546da48eadb..4ff80530843 100644 --- a/source/_components/switch.rfxtrx.markdown +++ b/source/_components/switch.rfxtrx.markdown @@ -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: ```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