From 618faa9f5a778a5de2e866dc46d0f6c6fa7e9b85 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 5 Jul 2019 16:52:27 +0200 Subject: [PATCH] Release 6.6 Release 6.6 --- CONTRIBUTING.md | 3 ++- REFERENCE.md | 3 ++- RELEASENOTES.md | 3 ++- SUPPORT.md | 3 ++- TEMPLATE.md | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 529e7baf2..96e1c3173 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,7 @@ -# Contributing Logo +# Contributing + **Any contribution helps our team and makes Tasmota better for the entire community!** Everybody is welcome and invited to contribute to Sonoff-Tasmota Project by: diff --git a/REFERENCE.md b/REFERENCE.md index d38e58354..6d2c08747 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1,6 +1,7 @@ -# Reference Logo +# Reference + Tasmota backgound information. ## Supported Smart Switch with Energy Monitoring GPIO usage diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 06fcb95d2..0c1e647ba 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,7 @@ -# RELEASE NOTES Logo +# RELEASE NOTES + ## Migration Information See [wiki migration path](https://github.com/arendst/Sonoff-Tasmota/wiki/Upgrade#migration-path) for instructions how to migrate to a major version. Pay attention to the following version breaks due to dynamic settings updates: diff --git a/SUPPORT.md b/SUPPORT.md index 7ef7591fa..26c770b80 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,6 +1,7 @@ -# Support Logo +# Support + If you're looking for support on **Sonoff-Tasmota** there are some options available: ## Documentation: diff --git a/TEMPLATE.md b/TEMPLATE.md index ecb39d15e..33465a0e9 100644 --- a/TEMPLATE.md +++ b/TEMPLATE.md @@ -1,6 +1,7 @@ -# Template information Logo +# Template information + Sonoff-Tasmota uses Device or Module information to control peripherals connected to GPIOs. This information is stored in the ``sonoff_template.h`` file as a device specific template. The template contains information about what GPIO should be connected to what peripheral and what GPIO may be configured online using the ``GPIO`` command or GUI Configure Module menu. In addition a device may need specific coding to process the data from these peripherals. The module number as provided by the ``Modules`` command is used to select this coding. Starting with version 6.4.1.16 Sonoff-Tasmota Modules can be extended by users online using a template. To provide easy processing by Sonoff-Tasmota a user template is written as JSON text and could look like this: