Gijs Noorlander
5f11850bb8
[Commands] Update docs + add task/controller enable/disable commands
...
Also removed ProtocolIndex from the event struct as it is redundant information which can easily be forgotten to set.
Sorted the described commands in the documentation and added a few missing commands.
2020-02-25 11:56:08 +01:00
Gijs Noorlander
4a19cc8b77
[docs] Document string handling in rules (PR #2828 )
...
Closes: #2828
2020-02-24 01:46:35 +01:00
Gijs Noorlander
a15955979a
[CCS811] Act on each reading, but only send to controller on PLUGIN_READ
...
The same as been done in P083_SGP30.
2020-02-23 00:11:52 +01:00
Gijs Noorlander
05f1134d9c
[CCS811] Plugin 089 CCS811 TVOC/eCO2
...
Taken from Playground and adapted a bit to use modern coding style
2020-02-22 22:53:27 +01:00
Gijs Noorlander
045e9ddd19
[Docs] Added doc stubs of recently added plugins
2020-02-22 21:37:53 +01:00
Grovkillen
619600f99c
Merge branch 'mega' into mega
2020-02-21 14:58:54 +01:00
Toni
5f0b4f0d6f
HeatpumpIR 1.0.11 update, P088_HeatpumpIR support for Mitsubishi MSC and Mitsubishi Heavy FDTC
2020-02-05 18:58:50 +02:00
Gijs Noorlander
058bdd645f
[docs] Corrected supported SenseAir sensors in docs
2020-02-04 17:21:30 +01:00
Grovkillen
661026f3a7
[docs] added rules example + fixed S11 (P052) links
2020-02-04 17:14:35 +01:00
Grovkillen
b72c3d9d64
[docs] added rules example + fixed S11 (P052) links
2020-02-04 14:29:45 +01:00
TD-er
3ae3b457d6
Merge pull request #2809 from Grovkillen/mega
...
[DOCS] P052 Senseair S11 added
2019-12-11 12:36:22 +01:00
Grovkillen
639511cd01
[DOCS] S11 re-phrased a sentance
2019-12-10 09:27:19 +01:00
Grovkillen
d37edbfea6
[DOCS] S11 fixed PR after Gijs review
2019-12-10 09:21:56 +01:00
Grovkillen
baf0dd7210
[DOCS] S11 fixed some incorrect data
2019-12-09 22:03:54 +01:00
Grovkillen
80eb56ac61
[DOCS] P052 Senseair S11 added
2019-12-09 21:59:55 +01:00
Gijs Noorlander
ddf44e8d49
[Events] Run events from rules immediately + add AsyncEvent command
...
It appears the events called from rules must be run immediately, but there are some use cases where it can be useful to have async events.
So changed back the behavior for events called from rules, to be executed immediately.
Added the new command AsyncEvent.
2019-12-04 15:45:36 +01:00
Florin
28cb9a42b4
add documentation for subscribe command.
2019-11-15 19:01:10 -05:00
Gijs Noorlander
a5daf6ff5f
[Pulse Counter] Add taskIndex parameter to resetPulseCounter command
...
Fixes: #2710
2019-11-11 13:34:51 +01:00
TD-er
78486f5c6c
[Docs] Document new resetpulsecounter command
2019-11-07 23:02:53 +01:00
Gijs Noorlander
58826ef1b8
[WiFi] Fix No reconnect when setup page was not completed
...
The WiFi setup page does set a flag to indicate the connect attempt was initiated from the setup.
But the flag was only reset when the setup page reloaded..
If that did not happen, the node could retry forever to (re)connect to the AP if the channel was changed or the node cannot see the old BSSID anymore (e.g. out of reach when using repeater)
Also the first attempt after changing WiFi settings would also (initially) fail due to retrying with old BSSID/channel combination.
2019-09-09 12:12:40 +02:00
Toni
2f1c801100
Documentation for P088 HeatpumpIR plugin
2019-08-30 11:01:40 +03:00
Christian Meinert
c1b8e437ac
Merge branch 'mega' of https://github.com/Christian-Me/ESPEasy into mega
2019-05-21 06:45:31 +02:00
Christian Meinert
5725090f6d
Plugin Number chnaged to 86, HSV2RGB functions moved to misc.ino, little bugfixes and documentation
2019-05-21 06:42:57 +02:00
TD-er
7557551dd8
[SHT1x] Make clock delay configurable.
2019-04-19 22:12:32 +02:00
TD-er
6d3286f059
[Docs] Added P079 WemosMotorshield documentation to RTD
2019-03-14 12:09:35 +01:00
TD-er
4c9f4cd638
[Factory Reset] Change #switch in rules and plugin to #state
...
Also updated in all rules examples.
N.B. some examples already were using #state, which is more intuitive.
2019-02-26 11:44:39 +01:00
TD-er
37d6140434
[Sphinx docs] Some small doc build fixes
...
- There were some unicode characters
- JPG file had wrong image type
- Documented the needed packages to build LaTeX documentation in Linux (still fails to build PDF dus to chapter count overflow)
2019-02-24 23:19:46 +01:00
Grovkillen
e028b9d02a
[docs] fixed error in event list
2019-02-14 14:52:30 +01:00
Grovkillen
7f70abd1c2
[docs] added GPIOtoggle command
2019-02-14 14:35:10 +01:00
Grovkillen
2564bcd4b8
[docs] event+commands for GPIO#N + Monitor added
2019-02-14 14:28:58 +01:00
Grovkillen
c1a0a26cd4
[docs] P082 added screenshot
2019-02-14 14:19:39 +01:00
Grovkillen
77062e50ce
[docs] Rules (Let used in filters)
2019-02-14 12:36:34 +01:00
Grovkillen
29447d0c8d
[docs] P015 TSL2561 added
2019-02-14 12:09:32 +01:00
Grovkillen
81428a0d22
[docs] fixed some syntax
2019-01-07 11:23:41 +01:00
Grovkillen
44475079df
[docs] P082 (GPS) added "where to buy" links
2019-01-07 11:18:22 +01:00
Grovkillen
bf46ebb0f3
[docs] added P082 (GPS) pages
2019-01-07 10:58:03 +01:00
Grovkillen
5c1d68b627
[docs] moved events to repl file (same as commands)
2019-01-07 08:43:54 +01:00
Grovkillen
fa21426852
[docs] added "used libraries" to all plugin pages
2019-01-07 08:28:27 +01:00
Grovkillen
a72c6b4965
[docs] added events to all plugin pages
...
Not their hardware pages...
2019-01-07 08:25:28 +01:00
Grovkillen
8f24fa6c3e
[docs] fixed used libraries
2019-01-07 07:45:27 +01:00
TD-er
741b702c85
[HLW8012] Update documentation
2019-01-06 21:21:22 +01:00
Gijs Noorlander
5713900d0f
Merge pull request #2194 from TD-er/feature/GPS_plugin
...
P082: Feature/gps plugin & Serial port abstraction
2019-01-06 00:21:58 +01:00
TD-er
d9d826650c
[GPS] Include the GPS docs in the Spinx tree.
2019-01-05 23:57:07 +01:00
TD-er
6eef558183
[GPS] Add documentation for P082_GPS.ino
2019-01-05 23:32:08 +01:00
Grovkillen
f9f6a35ded
[docs] added info about bme/bmp similarities
2018-12-27 13:40:20 +01:00
Grovkillen
11c72fcb02
[docs] P028 added
2018-12-27 13:32:48 +01:00
Grovkillen
96352c3cfb
[docs] commands updated
2018-12-27 12:12:43 +01:00
Grovkillen
08c14a9d70
[docs] added note to BMP085 and BMP180
2018-12-27 11:30:13 +01:00
Grovkillen
32b76694d6
[docs] P006 added
2018-12-27 11:18:00 +01:00
Grovkillen
dcf0bde7b6
[docs] where used added for P024
2018-12-27 10:17:10 +01:00