candle.json 263 B

123456789101112131415
  1. {
  2. "name" : "Candle",
  3. "script" : "candle.py",
  4. "args" :
  5. {
  6. "sleepTime" : 0.20,
  7. "brightness" : 100,
  8. "color" : [ 255, 138, 0 ],
  9. "candles" : "all",
  10. "smoothing-custom-settings" : true,
  11. "smoothing-time_ms" : 500,
  12. "smoothing-updateFrequency" : 20.0
  13. }
  14. }