Skip to content

Commit

Permalink
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into …
Browse files Browse the repository at this point in the history
…feature/TAR-archive-upload-and-download
  • Loading branch information
tonhuisman committed Apr 24, 2024
2 parents cae1161 + c428918 commit 7605aa7
Show file tree
Hide file tree
Showing 19 changed files with 2,287 additions and 46 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
Loading

0 comments on commit 7605aa7

Please sign in to comment.