Skip to content

Commit

Permalink
Merge pull request letscontrolit#5017 from tonhuisman/feature/Docs-im…
Browse files Browse the repository at this point in the history
…provements-2024-03

[Docs] Improvements and missing features
  • Loading branch information
TD-er authored Apr 21, 2024
2 parents 1eb98a4 + 3a2d2e7 commit c428918
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/source/Plugin/P000_events.repl
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,25 @@
SendToHTTP,url.com,80,/report.php?hash=123abc456&t=[temp2#out]
endon

"
"
``WiFi#Disconnected``
Triggered when the ESP has disconnected from Wi-Fi.
","

.. code-block:: none

On WiFi#Disconnected Do
LongPulse,2,1,1,1,-1 // 0.5 Hz flashing of WiFi led
Endon

.. code-block:: none

On WiFi#Connected Do
GPIO,2,1 // Turn off WiFi led
SendToHTTP,url.com,80,/report.php?hash=123abc456&t=[temp2#out]
Endon

"
"
``WiFi#ChangedAccesspoint``
Expand Down
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@
# Choose Bootstrap version.
# Values: "3" (default) or "2" (in quotes)
'bootstrap_version': "5",

# Disable showing the sidebar. Defaults to 'false'
'nosidebar': True,
}

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down

0 comments on commit c428918

Please sign in to comment.