Commit Graph
1636 Commits
Author SHA1 Message Date
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
Ton Huisman 1445eb9fd0 Merge branch 'mega' into feature/P037_mapping_filter_json 2021-01-15 10:17:54 +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 8b5a0cdac7 Merge branch 'mega' into feature/P037_mapping_filter_json 2021-01-04 10:55:15 +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
Ton Huisman 02f3369d6a [P037] Code cleanup and improvements, documentation improvements 2020-12-30 13:24:22 +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
Ton Huisman f495f85581 Merge branch 'mega' into feature/P037_mapping_filter_json 2020-12-25 23:13:41 +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
Ton Huisman 9df68ea91b Merge branch 'mega' into feature/P037_mapping_filter_json 2020-12-22 08:18:35 +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
Ton Huisman f78c7c366a Merge branch 'mega' into feature/P037_mapping_filter_json 2020-12-19 21:07:02 +01:00
Ton Huisman cc2970b2e3 [P037] Add documentation 2020-12-19 20:51:30 +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 a6c8f09926 Merge branch 'mega' into feature/taskvalueset_by_name 2020-12-05 14:38:14 +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
CurlyMoo 6d9c9114df Small typo in documentation 2020-12-04 13:38:40 +01:00
TD-er df086fa1e9 [docs] Minor Sphinx warnings fixed. 2020-12-04 13:37:44 +01:00
CurlyMoo cfd84fcc81 Added documentation 2020-12-04 13:34:51 +01:00
Ton Huisman 2926f44999 Merge branch 'mega' into feature/XPT2046_touchscreen 2020-12-03 15:18:58 +01:00