diff --git a/docs/en/modules/somfy.md b/docs/en/modules/somfy.md index 07fe0a41..f5dd8eba 100644 --- a/docs/en/modules/somfy.md +++ b/docs/en/modules/somfy.md @@ -34,7 +34,8 @@ When I send the `somfy.DOWN` command, repeating the frame twice (which seems to nil #### Example -To start with controlling your Somfy blinds you need to +To start with controlling your Somfy blinds you need to: + - Choose an arbitrary remote address (different from your existing remote) - `123` in this example - Choose a starting point for the rolling code. Any unsigned int works, 1 is a good start - Long-press the program button of your existing remote control until your blind goes up and down slightly diff --git a/mkdocs.yml b/mkdocs.yml index e3e76560..c6b81d46 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -70,6 +70,7 @@ pages: - 'rtctime': 'en/modules/rtctime.md' - 'sigma delta': 'en/modules/sigma-delta.md' - 'sntp': 'en/modules/sntp.md' + - 'somfy': 'en/modules/somfy.md' - 'spi': 'en/modules/spi.md' - 'struct': 'en/modules/struct.md' - 'switec': 'en/modules/switec.md'