tonhuisman
02c2bdbfc7
[P008] Add option to convert value to 'hex' ( #3068 ), and updated documentation
2020-07-04 18:22:22 +02:00
TD-er
cb0ff5a9c1
Merge pull request #3037 from tonhuisman/feature/apds_9960_parameters
...
[P064] Gesture - APDS-9960 plugin: Added switching plugin mode and se…
2020-07-03 12:10:55 +02:00
TD-er
d907dcf9b0
Merge pull request #3137 from tonhuisman/feature/transformation_password2
...
[Transformation] Optimizations for Password transformation
2020-07-03 12:09:18 +02:00
Gijs Noorlander
ac129d128a
[Documentation] Add documentation on the log settings.
2020-06-28 23:17:22 +02:00
tonhuisman
16318a74b1
[Transformation] Optimizations for Password transformation
2020-06-28 13:45:38 +02:00
TD-er
d74821fc95
Merge branch 'mega' into feature/apds_9960_parameters
2020-06-22 14:06:09 +02:00
tonhuisman
9a17df2aeb
[Transformation] Add P/p (Password display)
2020-06-21 18:42:06 +02:00
Ton Huisman
4b99a9c4fb
Merge branch 'mega' into feature/apds_9960_parameters
2020-06-15 20:08:59 +02:00
TD-er
4403478e07
Merge pull request #3108 from TD-er/feature/EventValueSource
...
[Cleanup] Transform defines in EventValueSource into enum
2020-06-08 15:21:35 +02:00
Gijs Noorlander
94abb74c25
Transform defines in EventValueSource into enum
2020-06-08 14:17:06 +02:00
Gijs Noorlander
b0a7825a2e
[GPS] Add GPS#travelled=... event ( #3099 )
...
Fixes: #3099
2020-06-06 16:17:54 +02:00
Ton Huisman
dd252ff17d
Merge branch 'mega' into feature/value_formattings
2020-05-31 15:21:20 +02:00
Ton Huisman
28f1fcec8f
Merge branch 'mega' into feature/3093_elsif_documentation
2020-05-31 14:16:24 +02:00
tonhuisman
f0597082a5
[Docs] Describe 'elseif' with some examples
2020-05-31 14:14:38 +02:00
tonhuisman
4ba9e2575e
[Justifications] Added u/l for upper/lowercasing the value, removed dash-check from C justificaion
2020-05-31 13:07:26 +02:00
tonhuisman
a7a09b2917
[Justifications] Add 'C' (Capitalize, OPEN -> Open) option
2020-05-31 11:51:23 +02:00
tonhuisman
209f9da365
Merge branch 'feature/value_formattings' of https://github.com/tonhuisman/ESPEasy-1 into feature/value_formattings
2020-05-31 10:33:10 +02:00
tonhuisman
700e6babd6
[Transformations] Adjusted R/r to L/l and added c
2020-05-31 10:31:31 +02:00
TD-er
12b7a005f8
Merge branch 'mega' into feature/value_formattings
2020-05-30 10:01:43 +02:00
tonhuisman
fdc6ce70d2
[Transformation] Add R/r transformations (LEFT/RIGHT and L/R)
2020-05-29 20:01:32 +02:00
Ton Huisman
8ecc28ff82
Merge branch 'mega' into feature/apds_9960_parameters
2020-05-05 09:23:55 +02:00
Gijs Noorlander
41d9db797a
[Docs] Describe files in nightly builds
2020-05-04 18:09:00 +02:00
Ton Huisman
1daae7f90a
Merge branch 'mega' into feature/apds_9960_parameters
2020-04-27 21:46:34 +02:00
tonhuisman
845d25621a
[P064] Gesture - APDS-9960 plugin: Added switching plugin mode and settings to fine-tune without recompiling source
...
[APDS-9960 library] Added extensions and applied fixes from original Github project (including not merged yet improvements)
[P064] Added/updated documentation for Gesture - APDS-9960 plugin
[Documentation] Updated footer copyright notice to show 2018..2020
2020-04-27 11:26:48 +02:00
Gijs Noorlander
254443d0fc
[docs] Update docs for P002_ADC
2020-04-26 00:45:30 +02:00
Gijs Noorlander
31aa26a474
[Docs] Add documentation for P097_Touch and P095_ILI9341
2020-04-26 00:11:44 +02:00
Gijs Noorlander
fc8c0b56a1
[Pulse Counter] Call PLUGIN_READ after set counter ( #3019 )
...
Fixes: #3019
Only setting the internal counter values is not enough.
The output values must also be set and a call to any optional formula must also be made.
A call to `PLUGIN_READ` will also store the values in RTC.
2020-04-14 21:21:50 +02:00
Gijs Noorlander
a9f555538c
[PulseCounter] Add SetPulseCounterTotal command
...
As requested on the [forum](https://www.letscontrolit.com/forum/viewtopic.php?p=43922#p43922 )
2020-04-12 21:59:22 +02:00
TD-er
382d5c32a0
Merge branch 'mega' into UweKaditz
2020-04-10 21:31:24 +02:00
TD-er
f13aa86c43
Merge branch 'mega' into feature/MQTTclientID
2020-04-10 20:40:46 +02:00
TD-er
07c8d95f1c
Merge branch 'mega' into feature/MQTTclientID
2020-04-10 19:04:44 +02:00
TD-er
ee30895217
Merge branch 'mega' into tonhuisman/p036-issue2980
2020-04-10 19:02:05 +02:00
TD-er
c18513d30e
Merge branch 'mega' into UweKaditz
2020-04-09 23:20:41 +02:00
TD-er
c4fcb460bf
Merge branch 'mega' into tonhuisman/p036-issue2980
2020-04-09 23:20:11 +02:00
TD-er
99e3002e7f
Merge branch 'mega' into Fix_DeepSleep0
2020-04-09 23:18:02 +02:00
TD-er
c66cfadc08
Merge branch 'mega' into feature/MQTTclientID
2020-04-09 23:17:19 +02:00
Gijs Noorlander
233aa62403
[CUL Reader] Add basic docs
2020-04-09 15:51:19 +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
uwekaditz
96ce0fa377
Merge branch 'mega' into UweKaditz
2020-03-19 18:14:36 +01:00
TD-er
4e32d98fbc
Merge pull request #2950 from TD-er/feature/I2C_uart_serial
...
[I2C UART] Add support for NXP's SC16IS752 I2C to UART bridge
2020-03-18 13:24:28 +01:00
TD-er
02ecfc10a2
Merge branch 'mega' into feature/P165
2020-03-14 10:27:05 +01:00
uwekaditz
57c74dbb7e
Merge branch 'mega' into UweKaditz
2020-03-13 20:15:26 +01:00
uwekaditz
e1c8d8972c
Merge branch 'UweKaditz' of https://github.com/uwekaditz/ESPEasy into UweKaditz
2020-03-13 19:56:13 +01:00
TD-er
db2ada46f9
Merge pull request #2879 from crnjan/feature/mitsubishiHP
...
[mitsubishi heat pump]
2020-03-10 15:17:08 +01:00
uwekaditz
bec007abb7
merged with release mega-20200305
...
merged with release mega-20200305
2020-03-09 19:59:56 +01:00
Bartłomiej Zimoń
08dc1d9bdf
docs: add 'd' formating in rules
2020-03-08 22:07:30 +00:00
borisk
7fda408c08
updated docs
2020-03-08 20:13:49 +01:00
Gijs Noorlander
06ec3d3d7e
[Docs] Mark all plugins using Serial as port type
2020-03-08 17:56:44 +01:00
Gijs Noorlander
9b77f5b183
[Docs] Add port type to plugin substitutions
2020-03-08 17:45:22 +01:00