Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianoriccardi committed Sep 11, 2022
1 parent 4699eef commit 80b76c9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
3 changes: 3 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ get KEYWORD2
add KEYWORD2
getCount KEYWORD2
turnOff KEYWORD2
turnOn KEYWORD2
setSyncPin KEYWORD2
getFrequency KEYWORD2
getLightNumber KEYWORD2
12 changes: 7 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"name": "Fabiano Riccardi",
"email": "[email protected]"
},
"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",
"thyristor",
"timer",
"light",
"arduino-library",
"Phase-fired control"
"phase-fired control"
],
"repository": {
"type": "git",
Expand All @@ -29,13 +29,15 @@
"atmelavr",
"atmelsam"
],
"dependencies":[
"dependencies": [
{
"owner": "mike-matera",
"name": "ArduinoSTL",
"version": "^1.3.3",
"platforms": ["atmelavr"]
}
"platforms": [
"atmelavr"
]
}
],
"examples": [
{
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name=Dimmable Light for Arduino
version=1.4.0
author=Fabiano Riccardi <[email protected]>
maintainer=Fabiano Riccardi <[email protected]>
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
Expand Down

0 comments on commit 80b76c9

Please sign in to comment.