From bba5382d7c2e4fa16ff6136a5e223aec4fc5af2b Mon Sep 17 00:00:00 2001 From: Tester <85486843+openshwprojects@users.noreply.github.com> Date: Tue, 24 Dec 2024 15:22:25 +0100 Subject: [PATCH] docs --- docs/drivers.md | 4 ++-- docs/json/drivers.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/drivers.md b/docs/drivers.md index 1d6203415..39f197dda 100644 --- a/docs/drivers.md +++ b/docs/drivers.md @@ -13,8 +13,8 @@ Do not add anything here, as it will overwritten with next rebuild. | PixelAnim | PixelAnim provides a simple set of WS2812B animations.
See also [PixelAnim on forum](https://www.elektroda.com/rtvforum/find.php?q=PixelAnim). | | Drawers | WS2812B driver wrapper with REST API for [smart drawers project](https://www.elektroda.com/rtvforum/topic4054134.html).
See also [Drawers on forum](https://www.elektroda.com/rtvforum/find.php?q=Drawers). | | HGS02 | [HGS02](https://www.elektroda.com/rtvforum/viewtopic.php?p=21177061#21177061).
See also [HGS02 on forum](https://www.elektroda.com/rtvforum/find.php?q=HGS02). | -| OpenWeatherMap | Widget .
See also [OpenWeatherMap on forum](https://www.elektroda.com/rtvforum/find.php?q=OpenWeatherMap). | -| Widget | Widget .
See also [Widget on forum](https://www.elektroda.com/rtvforum/find.php?q=Widget). | +| OpenWeatherMap | OpenWeatherMap integration allows you to fetch current weather for your lat/long. You can later extract temperatura, humidity and pressure data and display it on main page.
See also [OpenWeatherMap on forum](https://www.elektroda.com/rtvforum/find.php?q=OpenWeatherMap). | +| Widget | Widget driver allows you to create custom HTML snippets that are displayed on main OBK page. Snippets are loaded from LittleFS file system and can use OBK REST API.
See also [Widget on forum](https://www.elektroda.com/rtvforum/find.php?q=Widget). | | TestCharts | Development only driver - a sample of chart generation with chart.js.
See also [TestCharts on forum](https://www.elektroda.com/rtvforum/find.php?q=TestCharts). | | Charts | Charts driver allows you to create a customizable chart directly on your device. See [tutorial](https://www.elektroda.com/rtvforum/topic4075289.html).
See also [Charts on forum](https://www.elektroda.com/rtvforum/find.php?q=Charts). | | NTP | NTP driver is required to get current time and date from web. Without it, there is no correct datetime. Put 'startDriver NTP' in short startup line or autoexec.bat to run it on start.
See also [NTP on forum](https://www.elektroda.com/rtvforum/find.php?q=NTP). | diff --git a/docs/json/drivers.json b/docs/json/drivers.json index a1c5ffdf7..65cb6364b 100644 --- a/docs/json/drivers.json +++ b/docs/json/drivers.json @@ -38,13 +38,13 @@ { "name": "OpenWeatherMap", "title": "TODO", - "descr": "Widget .", + "descr": "OpenWeatherMap integration allows you to fetch current weather for your lat/long. You can later extract temperatura, humidity and pressure data and display it on main page.", "requires": "" }, { "name": "Widget", "title": "TODO", - "descr": "Widget .", + "descr": "Widget driver allows you to create custom HTML snippets that are displayed on main OBK page. Snippets are loaded from LittleFS file system and can use OBK REST API.", "requires": "" }, {