mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[Docs] Separate ESP32 and ESP8266 status
This commit is contained in:
@@ -16,8 +16,8 @@ Notifications Plugins
|
||||
======================
|
||||
|
||||
.. csv-table::
|
||||
:header: "Name", "Status", "Notify Number"
|
||||
:widths: 10, 8, 5
|
||||
:header: "Plugin name", "ESP32 Plugin status", "ESP8266 Plugin status", "Plugin Number"
|
||||
:widths: 9, 6, 6, 3
|
||||
|
||||
":ref:`N001_page`","|N001_status|","N001"
|
||||
":ref:`N002_page`","|N002_status|","N002"
|
||||
":ref:`N001_page`","|N001_status|","|N001_status_lb|","N001"
|
||||
":ref:`N002_page`","|N002_status|","|N002_status_lb|","N002"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
.. |N001_typename| replace:: :cyan:`Notifications - Email (SMTP)`
|
||||
.. |N001_porttype| replace:: `.`
|
||||
.. |N001_status| replace:: :green:`NORMAL` :yellow:`CLIMATE` :yellow:`COLLECTION` :yellow:`SONOFF` :yellow:`SHELLY`
|
||||
.. |N001_status_lb| replace:: :green:`NORMAL` :yellow:`CLIMATE` :yellow:`COLLECTION` :yellow:`SONOFF` :yellow:`SHELLY`
|
||||
.. |N001_github| replace:: N001_Email.cpp
|
||||
.. _N001_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_N001_Email.cpp
|
||||
.. |N001_maintainer| replace:: `.`
|
||||
@@ -15,6 +16,7 @@
|
||||
.. |N002_typename| replace:: :cyan:`Notifications - Buzzer`
|
||||
.. |N002_porttype| replace:: `.`
|
||||
.. |N002_status| replace:: :green:`NORMAL` :yellow:`CLIMATE` :yellow:`COLLECTION` :yellow:`SONOFF` :yellow:`SHELLY`
|
||||
.. |N002_status_lb| replace:: :green:`NORMAL` :yellow:`CLIMATE` :yellow:`COLLECTION` :yellow:`SONOFF` :yellow:`SHELLY`
|
||||
.. |N002_github| replace:: N002_Buzzer.cpp
|
||||
.. _N002_github: https://github.com/letscontrolit/ESPEasy/blob/mega/src/_N002_Buzzer.cpp
|
||||
.. |N002_maintainer| replace:: `.`
|
||||
|
||||
Reference in New Issue
Block a user