Commit Graph
429 Commits
Author SHA1 Message Date
KimPanda4 42c3ccbc7e correction of reference in P003 command docu 2021-03-20 12:43:34 +01:00
KimPanda4 889a3e6fc7 Updated P003 docu 2021-03-17 16:25:06 +01:00
TD-er 6b11c52c99 Merge branch 'mega' into feature/ControllerQueue_timeout 2021-03-08 11:27:50 +01:00
TD-er a21afd6a0e Merge pull request #3501 from heinemannj/patch-1
Documentation for P050_TCS34725
2021-03-07 22:03:52 +01:00
TD-er afc2e7ac6e [Controller Queue] Add deduplicate check in controller queue 2021-03-02 13:45:19 +01:00
TD-er 83afe65433 [Controller Queue] Add flag to allow messages to expire 2021-03-02 10:25:09 +01:00
TD-er 03949e1238 Merge pull request #3431 from giig1967g/new/gpiocommands
New Range commands for MCP and PCF expanders
2021-02-23 13:54:56 +01:00
TD-er ad09b8c4a1 [Docs] Fix some documentation inconsistencies 2021-02-18 15:37:12 +01:00
Plebs 5e428c538b fixed typo 2021-02-15 08:07:44 +01:00
Plebs c7d8300860 Added documentation for [PLUGIN#MCP#PINRANGE#x-y]
Added documentation for [PLUGIN#MCP#PINRANGE#x-y] and [PLUGIN#PCF#PINRANGE#x-y]
2021-02-14 20:04:52 +01:00
Joerg Heinemann 992b9e5cb9 Initial documentation for P050_TCS34725
Adding pictures for P050_TCS34725 documentation
2021-02-09 13:27:11 +01:00
Joerg Heinemann 6fa13c05e1 Initial documentation for P050_TCS34725
First approach for an initial documentation of P050_TCS34725 plugin
2021-02-09 13:23:25 +01:00
Plebs 77bdb0b5db added documentation 2021-02-07 15:30:50 +01:00
Ton Huisman 285b9b5095 [P073] Add documentation 2021-02-05 22:29:59 +01:00
Ton Huisman ce4337f129 [Documentation] Update copyright year to 2021 2021-02-05 22:28:11 +01:00
Ton Huisman c542e836aa Merge branch 'mega' into feature/P017_options_for_reset 2021-02-01 22:58:24 +01:00
TD-er 3dfd365cf2 [WiFi] Cleanup code + add settings transition for new parameters
Also added the current WiFi TX power to the sysinfo plugin.
2021-01-27 14:18:10 +01:00
TD-er f0c70c5e14 [WiFi] Allow to limit TX power and make TX power dynamic
Also force WiFi scan if reconnect to last used AP was unsuccessful.
Add checkbox to allow connecting to hidden SSID (also from setup page)
2021-01-27 01:32:37 +01:00
Ton Huisman acaa72d568 [P017] Added documentation explaining the new settings 2021-01-23 13:20:37 +01:00
TD-er 5fc20f162b [Rules] Add option to each task to combine all values in a single event 2021-01-11 23:09:24 +01:00
TD-er e7aa4b45e3 [Rules] Add some basic math functions + documentation
Moved `abs` to also be the more intuitive `abs(x)` notation.
Added:
* Exp
* Sq
* Round
2021-01-11 02:16:26 +01:00
TD-er 12bd666a92 Merge branch 'mega' into feature/bitwise_operations 2021-01-09 13:47:28 +01:00
TD-er 55a47e87cb [Rules] Remove limit of nr. of variables
The index of an internal variable can now be any value that fits an `uint32_t`.
2021-01-08 15:33:30 +01:00
Ton Huisman 9ce67f7bfd Merge branch 'mega' into feature/P008_tag_removal_options 2021-01-04 10:55:36 +01:00
TD-er 27d2fc8223 Merge branch 'mega' into feature/bitwise_operations 2021-01-03 23:13:18 +01:00
TD-er a3a82756cf [Rules] Disable math functions for now to make them more intuitive 2021-01-03 16:22:49 +01:00
Ton Huisman a29fe69ab2 [P008] Wiegand add options for Tag removal 2021-01-02 18:21:11 +01:00
TD-er 04af0c05c4 [Build] Move PMSx003 to 'normal' builds 2020-12-29 11:17:31 +01:00
TD-er e4f4582432 [Rules] Change order parameters bitwrite 2020-12-28 15:47:20 +01:00
TD-er 955ce7d8d7 [Rules] Use bitwise operators only on unsigned ints 2020-12-28 03:15:53 +01:00
TD-er 3d2e10003b [Rules] Add trigonometric functions
cos, sin, tan etc. and their inverse functions.
Also possible to add a suffix `_d` to convert the angles to or from degrees.
2020-12-27 18:04:20 +01:00
TD-er ab7ae6c91f Add ABS function 2020-12-27 16:13:13 +01:00
TD-er 29c8e68843 [Docs] Document the effects of external hosted CSS/JS files 2020-12-27 15:50:05 +01:00
TD-er 9e53dd9802 [Rules] Add operators to convert integer values
For example:

- toBin
- toHex
- bitRead
- bitSet
- bitClear
- bitWrite
- XOR
- AND
- OR
- div
- mod
2020-12-27 15:17:01 +01:00
Ton Huisman 70706639d2 Merge branch 'mega' into feature/explicit_task_command 2020-12-27 12:06:52 +01:00
TD-er 61bb382ff5 [Doc] Add documentation stubs for P108 DDS238-x 2020-12-22 10:29:50 +01:00
Ton Huisman 111f219054 Merge branch 'mega' into feature/explicit_task_command 2020-12-22 08:20:37 +01:00
uwekaditz d7bb3c2be5 Merge branch 'mega' into UweKaditz 2020-12-20 15:56:11 +01:00
Ton Huisman be77e45366 Merge branch 'mega' into feature/explicit_task_command 2020-12-20 10:20:39 +01:00
TD-er 572a285122 Merge pull request #3246 from tonhuisman/feature/XPT2046_touchscreen
[P099] Touch XPT2046 new plugin
2020-12-19 15:04:46 +01:00
TD-er 0772905b70 [Docs] Add stubs for not yet documented plugins
Also added entries in the Custom-sample.h file
2020-12-19 14:54:19 +01:00
TD-er 8726ec7531 [Docs] Document flashing, especially ESP32
As requested [here](https://github.com/letscontrolit/ESPEasy/issues/3381#issuecomment-743747707)
2020-12-15 11:28:48 +01:00
uwekaditz c6c933335a Merge branch 'mega' into UweKaditz 2020-12-14 11:17:11 +01:00
TD-er d1ec8b0a44 Merge branch 'mega' into feature/Playground_Si1145 2020-12-14 09:31:08 +01:00
TD-er de2251eb85 [Typo] Fix 'succesful' typo
As requested on the [forum](https://www.letscontrolit.com/forum/viewtopic.php?p=48711#p48711)
2020-12-14 08:57:46 +01:00
TD-er cad22b76d8 [Docs] Document Domoticz authethication via SendToHTTP
As mentioned [on the forum](https://www.letscontrolit.com/forum/viewtopic.php?f=6&t=1671&view=unread&sid=878d3f817678600062fa88919434678c#unread)
2020-12-13 00:27:38 +01:00
Ton Huisman 1622aa2d51 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/explicit_task_command 2020-12-07 21:24:14 +01:00
uwekaditz 6381c97c02 Merge branch 'mega' into UweKaditz 2020-12-05 23:13:23 +01:00
Ton Huisman 0d021e515c Merge branch 'mega' into feature/XPT2046_touchscreen 2020-12-05 09:48:44 +01:00
CurlyMoo 09b737e9e1 Small comment about potential serial port conflicts 2020-12-04 15:44:34 +01:00