Updated Sensors Supported by Tasmota (markdown)

Mike 2018-12-06 08:58:06 +01:00
parent 77c7955338
commit c790143e87
1 changed files with 1 additions and 0 deletions

@ -26,6 +26,7 @@ on Tasmota and report it, please. Then we will look into it and add it.
| PCA9685 | 12 Bit, 16 Pin Hardware PWM driver | xdrv_15_pca9685.ino | I2C | 0x40..0x7F | 2018 | Andre Thomas, Theo Arends |
| Tuya | Dimmer support | xdrv_16_tuyadimmer.ino | Serial | | 2018 | digiblur, Joel Stein, Theo Arends |
| RF Transceiver | RF Transceiver using RcSwitch library | xdrv_17_rcswitch.ino | GPIO | | 2018 | Theo Arends |
| Armtronix | Dimmer support | xdrv_18_armtronix_dimmers.ino | Serial | | 2018 | wvdv2002, Theo Arends |
| Debug | Debug support | xdrv_99_debug.ino | Internal | | 2018 | Theo Arends |
| Generic | Driver interface | xdrv_interface.ino | Internal | | 2018 | Theo Arends inspired by ESPEasy |