-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor fix to be compliant with Arduino library specifications
Signed-off-by: Fabiano Riccardi <[email protected]>
- Loading branch information
Fabiano Riccardi
committed
Dec 21, 2018
1 parent
707d0b8
commit fb32c0c
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name=Dimmable Light for ESP8266/ESP32 | ||
name=Dimmable Light for ESP | ||
version=1.1.0 | ||
author=Fabiano Riccardi | ||
maintainer=Fabiano Riccardi <[email protected]> | ||
sentence=This library allows you to command electrical appliances through dimmer (also known as thyristor) | ||
paragraph=The code about thyristor is heavily reusable for other AC loads, although this library is designed to support the traditional incandescence light bulbs, this code is easy reusable to command other appliances like electrical heaters | ||
paragraph=The code about thyristor is heavily reusable for other AC loads, although this library is designed to support the traditional incandescence light bulbs, this code is easy reusable to command other appliances like electrical heaters. Actually it works only for ESP32 and ESP8266. | ||
category=Device Control | ||
url= | ||
architectures=esp8266,esp32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters