mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
6b3f0e42b5
* fix strobe effect frequency * Changed the frequency in the effect definitions
10 lines
126 B
JSON
10 lines
126 B
JSON
{
|
|
"name" : "Strobe white",
|
|
"script" : "strobe.py",
|
|
"args" :
|
|
{
|
|
"color" : [ 255, 255, 255 ],
|
|
"frequency" : 5.0
|
|
}
|
|
}
|