From aee906effbb3c07a0ed7403a14bb924f1f48cde4 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Wed, 26 Jun 2019 01:04:22 +0200 Subject: [PATCH] Updated Sensor API (markdown) --- Sensor-API.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sensor-API.md b/Sensor-API.md index 9c1d22d7..0fa16473 100644 --- a/Sensor-API.md +++ b/Sensor-API.md @@ -1,5 +1,9 @@ This wiki page is an attempt to document the Tasmota sensor API for sensor driver development. +* [**Important things to consider**](#important-things-to-consider) +* [**API Structure**](#api-structure) +* [**Keeping ESP8266 code compact**](#keeping-esp8266-code-compact) + # Important things to consider * There are several I2C sensor examples you can take from the development codebase when writing your own and you are encouraged to do this as it is a quick and easy way to see how things fit together. * The Tasmota firmware is essentially intended for Sonoff devices and commits to the main development branch will be subject to review based on whether or not what you intend to develop or add to the existing code is relevant to the general Sonoff device users.