Commit Graph
52 Commits
Author SHA1 Message Date
TD-er 3b44ee3b1f [TM1621] Documenting commands 2023-01-09 18:51:32 +01:00
Ton Huisman 2ab4d938f0 [P143] Add documentation 2022-11-23 22:41:15 +01:00
Ton Huisman d1d8506f40 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P141-add-pcd8544-nokia-5110-display 2022-09-19 21:42:58 +02:00
Ton Huisman 26bb5f340f Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P141-add-pcd8544-nokia-5110-display 2022-08-28 17:04:16 +02:00
Ton Huisman 6bac8c7366 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P135-add-scd4x-co2-humidity-temperature-sensor 2022-08-28 13:57:16 +02:00
Ton Huisman 0499096d70 [P141] Add documentation 2022-08-25 22:03:53 +02:00
Ton Huisman b1c3d60503 [Docs] Update the Commands reference 2022-08-25 14:02:20 +02:00
Ton Huisman ccfdff68ee Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P135-add-scd4x-co2-humidity-temperature-sensor 2022-08-23 22:49:34 +02:00
Ton Huisman 3198782a86 [P059] Add documentation, migrated from the Wiki 2022-08-18 22:05:46 +02:00
Ton Huisman 473a6734bd Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P135-add-scd4x-co2-humidity-temperature-sensor 2022-08-13 11:13:37 +02:00
Ton Huisman 8219bef010 [P129] Fix a bug, improve code and documentation 2022-08-05 17:08:32 +02:00
Ton Huisman 93d9106cde [P135] Add documentation 2022-08-03 22:38:57 +02:00
TD-er df38fe48bf [Docs] Document accessing Plugin Stats 2022-07-12 00:12:55 +02:00
Ton Huisman e575742e83 [P022] Add minimal documentation (commands) 2022-04-05 22:28:43 +02:00
TD-er 1ca44dbf50 Merge branch 'mega' into feature/p126-74hc595-shiftregisters 2022-03-31 12:44:07 +02:00
TD-er 40939f42b8 Merge branch 'mega' into feature/p038-enable-multi-instance-use 2022-03-31 12:41:28 +02:00
Ton Huisman 00ce77c6bd [P038] Add documentation 2022-01-29 14:42:23 +01:00
Ton Huisman 85f370be24 [P127] Add documentation 2022-01-29 11:24:34 +01:00
Ton Huisman 12d6efe34e [P126] Add documentation 2022-01-28 22:26:02 +01:00
Ton Huisman c32a65cbfc [P021] Add documentation (partially migrated from the wiki) 2021-12-28 21:59:28 +01:00
svollebregt a9941c513d [P118] Add documentation
Brief documentation on the settings and use of the P118 plugin. Tested by building it locally with Atom.
2021-12-27 11:36:48 +01:00
Ton Huisman 016b4065bf Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/p124-i2c-multi-relay-plugin 2021-12-12 17:13:08 +01:00
Ton Huisman 21360c48bf [P124] Include in TEST_D build, aad missed documentation file 2021-11-21 21:57:08 +01:00
Ton Huisman 75c5beb6d6 [P117] Add documentation 2021-11-20 17:38:27 +01:00
TD-er 89184b2908 [GPS] Document GPS plugin 2021-11-17 17:35:39 +01:00
TD-er 3925bfa27b [PMSx003] Add commands for reset/sleep/wake + document them 2021-10-12 15:01:41 +02:00
Ton Huisman bf4861d8bf Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P065-add-mode-and-repeat-commands 2021-08-06 09:30:29 +02:00
Ton Huisman ad034901ca [P065] Add commands to command reference (cleanup) 2021-05-14 19:15:39 +02:00
Ton Huisman ab7dd2d73b [P065] Add commands to command reference 2021-05-14 16:41:27 +02:00
Ton Huisman 854d538e8b [P012] Add commands to command reference 2021-05-14 16:36:47 +02:00
TD-er 09166df835 [MAX1704x] Add documentation 2021-05-08 15:38:53 +02:00
TD-er ad09b8c4a1 [Docs] Fix some documentation inconsistencies 2021-02-18 15:37:12 +01:00
Plebs 77bdb0b5db added documentation 2021-02-07 15:30:50 +01:00
Ton Huisman ec883e30ed Merge branch 'mega' into feature/explicit_task_command 2020-10-22 21:46:11 +02:00
Thomas edb9562402 Updated ReadTheDocs for P075 Nextion.
Minor  docs update for P075 Nextion.
2020-10-20 14:37:46 -07:00
Thomas 6d953c0bda Updated Command.rst for Wake On LAN Plugin P101 2020-10-20 08:42:13 -07:00
Ton Huisman 1af5ac4053 [Docs] Updated for [<TaskNumber>]. prefix 2020-08-21 17:08:58 +02:00
tonhuisman f66e7163d2 [Commands] Improve documentation on [<TaskName>]. prefixing 2020-08-05 16:40:11 +02:00
tonhuisman 1a7433cdba [Commands] Add global [<TaskName>]. prefix for all PLUGIN_WRITE commands 2020-08-05 11:52:19 +02:00
Gijs Noorlander ff53e7477a [Cron] Fix handling bogus last/next times + restructure code
The plugin was assuming the values stored in UserVar were correct.
After a cold boot, or when the NTP time (or via GPS) was not yet set, these values for last time or next time could be just about any value.
This means it was possible the Cron task would never fire an event if the next time was computed far in the future.

Also restructured the code a bit, to make it more readable.
2020-02-26 01:57:38 +01:00
TD-er 78486f5c6c [Docs] Document new resetpulsecounter command 2019-11-07 23:02:53 +01:00
Grovkillen 7956583c96 [docs] added an event reference page (similar to the command ref. page) 2019-01-07 08:56:26 +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
Grovkillen 98c2c1e6eb Merge pull request #2094 from Grovkillen/DocumentationUpdate
[docs] Added servo motor and plugin sections
2018-11-27 15:58:03 +01:00
Grovkillen f9c9557384 [docs] Added servo motor and plugin sections 2018-11-27 15:54:36 +01:00
Grovkillen fd228119a3 [docs] Fix relative path for command list 2018-11-26 22:15:22 +01:00
Grovkillen 5630bf83da [docs] command list updated with internal commands 2018-11-26 15:30:14 +01:00