Commit Graph
446 Commits
Author SHA1 Message Date
Ton Huisman b3da5ddddb Merge branch 'mega' into feature/taskvalueset_by_name 2021-03-14 13:44:20 +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
Ton Huisman f4ce091e73 Merge branch 'mega' into feature/taskvalueset_by_name 2021-03-07 14:02:42 +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 8b4b20e528 Merge branch 'mega' into feature/taskvalueset_by_name 2021-02-02 13:36:07 +01:00
Ton Huisman 25f35c5af6 Merge branch 'mega' into feature/taskvalueset_by_name 2021-02-01 22:59:15 +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
Ton Huisman fe7a3bff85 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/taskvalueset_by_name 2021-01-16 21:31:47 +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
Ton Huisman 57e4eb5349 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/taskvalueset_by_name 2021-01-09 11:59:10 +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
Ton Huisman 7551d12060 Merge branch 'mega' into feature/taskvalueset_by_name 2021-01-04 10:54:45 +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 af6e4d42d6 Merge branch 'mega' into feature/taskvalueset_by_name 2020-12-27 14:56:25 +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 8c16b0b51e Merge branch 'mega' into feature/taskvalueset_by_name 2020-12-22 08:20:52 +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 409a345ee0 Merge branch 'mega' into feature/taskvalueset_by_name 2020-12-20 10:21:10 +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