Change Sonoff-Tasmota to Tasmota

This commit is contained in:
Theo Arends
2019-10-27 12:04:08 +01:00
parent ffb8496c3a
commit 0e07397ff7
206 changed files with 1779 additions and 1761 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Basic API information
Sonoff-Tasmota can easily be extended by developers using provided function pointers as callback Ids. This document lists the available callback function Ids. See the wiki (https://github.com/arendst/Sonoff-Tasmota/wiki/Sensor-API) for more information.
Tasmota can easily be extended by developers using provided function pointers as callback Ids. This document lists the available callback function Ids. See the wiki (https://github.com/arendst/Tasmota/wiki/Sensor-API) for more information.
Callback availability can be checked by searching for either XdrvCall, XsnsCall, XdspCall and XnrgCall.