Commit Graph
38 Commits
Author SHA1 Message Date
TD-er b87db70810 [SendToHttp] Fix HTTP 401 and 404 error
Still to do: look into why not all HTTP requests seem to arrive at the other node when sending at short intervals (less than 3 sec)
2022-08-23 18:28:39 +02:00
TD-er 61de3d4923 Access extra GPS values + document setLevel command
The Get/Set config plugin functions were hardly used in ESPEasy.
Currently the `config` command is only implemented for the "Level" plugin, but hardly documented.

Its counterpart, to Get config, is also hardly used, but can be very useful to access values (either settings or unused values) via `[taskname#valuename]` notation.

This is now also added for the many GPS values, as one can only set 4 units of measure as task values.
2022-05-13 20:01:50 +02:00
TD-er be0f5869d7 Merge branch 'mega' into feature/fetchConfig 2021-12-28 00:04:56 +01:00
TD-er 6fcbdeb461 [Password] Add clearPassword command
As suggested here: https://github.com/letscontrolit/ESPEasy/issues/3860
2021-12-03 16:13:20 +01:00
TD-er 287fefa53e Merge branch 'mega' into feature/fetchConfig 2021-08-02 21:55:20 +02:00
Ton Huisman f06af40b78 [ESP32] Fix maximum deepsleep time for ESP32 2021-07-27 21:26:10 +02:00
TD-er 97aec0f2f3 Merge branch 'mega' into feature/fetchConfig 2021-05-28 22:27:46 +02:00
TD-er 451e9590e8 Merge pull request #3639 from tonhuisman/feature/enable-logentry-for-other-levels-than-info
[Commands] Enable LogEntry to log for other level than INFO #3312
2021-05-18 17:56:36 +02:00
TD-er 4c4671a1a2 Merge branch 'mega' into feature/fetchConfig 2021-05-18 14:54:33 +02:00
TD-er 5a608cb57f [WiFi AP] Add flag to prevent starting WiFi AP. 2021-05-18 13:38:13 +02:00
TD-er 340a2ceb3c [Provisioning] Add documentation 2021-05-15 19:13:24 +02:00
Ton Huisman b432c9eeb7 [Command] Update LogEntry documentation, small code optimization 2021-05-15 12:12:57 +02:00
TD-er b94f98a9af [Docs] Fix some small documentation issues. 2021-05-10 09:24:25 +02:00
Ton Huisman f4ce091e73 Merge branch 'mega' into feature/taskvalueset_by_name 2021-03-07 14:02:42 +01:00
TD-er ad09b8c4a1 [Docs] Fix some documentation inconsistencies 2021-02-18 15:37:12 +01:00
Ton Huisman fefb2ca6cf Merge branch 'mega' into feature/taskvalueset_by_name 2020-08-20 16:23:12 +02:00
TD-er cfe2f12a58 Merge branch 'mega' into feature/commands_doc 2020-08-12 01:33:25 +02:00
Gijs Noorlander fc3a08f07e [Docs] Update mentioned dates of introduced feature
... to expected build date
2020-08-11 22:50:00 +02:00
Gijs Noorlander 53f161df05 [Docs] Add documentation for msec timers and loop timers 2020-08-10 00:25:11 +02:00
Gijs Noorlander bede949bef [docs] Replace code-block:: html with code-block:: none
The HTML parser does not parse our own rules which is where it is used.
So until we have a rules highlighter, we use the ``none`` highlighter.
2020-08-04 13:18:36 +02:00
tonhuisman 0629084b47 [Docs] Fixed some typos and Sphinx syntax errors 2020-08-03 10:54:57 +02:00
tonhuisman 965d9bb4e8 [Docs] Updated commands reference 2020-08-02 22:33:20 +02:00
tonhuisman b598ed955d [Documentation] Add TaskValueSetAndRun 2020-06-01 20:24:30 +02:00
tonhuisman 8f1c33a885 [Task* commands] Add support for TASKname/VARname in addition to TASKnr/VARnr + documentation 2020-06-01 20:13:27 +02:00
TD-er 07c8d95f1c Merge branch 'mega' into feature/MQTTclientID 2020-04-10 19:04:44 +02:00
Gijs Noorlander ec7a1d2715 [MQTT] Move global MQTT parameters to controller settings 2020-03-31 16:11:33 +02:00
Michael Schröder 2c6a424683 Update deepsleep-command docs 2020-03-25 10:05:27 +01:00
Gijs Noorlander a8682e23ae [DateTime] Documented command + few fixes
- Argument number was incorrect
- did not set time source.  (so you had to set NTP which defeats the purpose of this command
- Added documentation
- Moved the command call to the correct first letter of the alphabet.
2020-03-06 01:33:14 +01:00
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 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
Grovkillen 77062e50ce [docs] Rules (Let used in filters) 2019-02-14 12:36:34 +01:00
Grovkillen 96352c3cfb [docs] commands updated 2018-12-27 12:12:43 +01:00
Grovkillen 520cee5d0d [docs] fixed the command reference list (looks better on small screens) 2018-12-08 20:09:09 +01:00
Grovkillen 5b80edb943 [docs] Up to date with the info before the merge fix on 181207 2018-12-08 19:04:15 +01:00
Grovkillen 89da79bbdc Revert "[docs] added commented references to commands list"
This reverts commit e52f85e893.
2018-12-07 13:27:30 +01:00
Grovkillen e52f85e893 [docs] added commented references to commands list 2018-12-07 10:00:56 +01:00
Grovkillen ccf2929e69 [docs] Added P001 (hardware) 2018-12-03 14:35:41 +01:00