nanoleafy-js
Version:
An API client & command-line tool for the Nanoleaf Aurora light.
40 lines (39 loc) • 641 B
JSON
{
"animName": "explosions",
"description": "this is an explode type",
"animType": "explode",
"colorType": "HSB",
"palette": [{
"hue": 0,
"saturation": 100,
"brightness": 100
},
{
"hue": 120,
"saturation": 100,
"brightness": 100
},
{
"hue": 240,
"saturation": 100,
"brightness": 100
}
],
"explodeFactor": 0.5,
"direction": "outwards",
"loop": true,
"flowFactor": 0,
"windowSize": 2,
"brightnessRange": {
"minValue": 50,
"maxValue": 75
},
"transTime": {
"minValue": 25,
"maxValue": 100
},
"delayTime": {
"minValue": 5,
"maxValue": 10
}
}