diff --git a/keywords.txt b/keywords.txt index 4da65b8..8ef95aa 100644 --- a/keywords.txt +++ b/keywords.txt @@ -8,4 +8,7 @@ get KEYWORD2 add KEYWORD2 getCount KEYWORD2 turnOff KEYWORD2 +turnOn KEYWORD2 setSyncPin KEYWORD2 +getFrequency KEYWORD2 +getLightNumber KEYWORD2 diff --git a/library.json b/library.json index 8a93d23..1599749 100644 --- a/library.json +++ b/library.json @@ -5,7 +5,7 @@ "name": "Fabiano Riccardi", "email": "fabiano.riccardi@outlook.com" }, - "description": "This library allows you to command electrical appliances through dimmer (also known as thyristor)", + "description": "This library allows to easily control dimmers (also known as thyristors).", "keywords": [ "dimmer", "triac", @@ -13,7 +13,7 @@ "timer", "light", "arduino-library", - "Phase-fired control" + "phase-fired control" ], "repository": { "type": "git", @@ -29,13 +29,15 @@ "atmelavr", "atmelsam" ], - "dependencies":[ + "dependencies": [ { "owner": "mike-matera", "name": "ArduinoSTL", "version": "^1.3.3", - "platforms": ["atmelavr"] - } + "platforms": [ + "atmelavr" + ] + } ], "examples": [ { diff --git a/library.properties b/library.properties index a1799cc..2c6d07e 100644 --- a/library.properties +++ b/library.properties @@ -2,8 +2,8 @@ name=Dimmable Light for Arduino version=1.4.0 author=Fabiano Riccardi maintainer=Fabiano Riccardi -sentence=This library allows you to command electrical appliances through dimmer (also known as thyristor) -paragraph=This library was born to control dimmable light bulbs, but actually Thryristor class is fully reusable for other AC loads like electrical heaters. Actually it works on ESP8266, ESP32 and AVR. +sentence=This library allows to easily control dimmers (also known as thyristors). +paragraph=This library was born to control dimmable light bulbs, but actually dimmers are fully compatible with other AC loads like electrical heaters and motors (be aware of what you are doing!). Actually it works on ESP8266, ESP32, AVR and SAMD. category=Device Control url=https://github.com/fabianoriccardi/dimmable-light architectures=esp8266,esp32,avr,samd