Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Adding ranges and XMas colors #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 4, 2017

  1. Adding ranges and XMas colors

    A range of LEDs can now be controlled. XMas light effect added (based on Police All). 
    
    Example MQTT payloads:
    { "effect" : "range" , "rangestart" : "5", "rangecount" : "130" }  [ LEDs will be turned off, them LEDs 5 though 135 will be turned on (full white)]
    { "effect" : "addrange" , "rangestart" : "5", "rangecount" : "130" }  [ LEDs 5 though 135 will be turned on (full white), other LEDs remain in previous state ]
    { "effect" : "addrange" , "rangestart" : "5", "rangecount" : "130" }  [ LEDs 5 though 135 will be turned off,  other LEDs remain in previous state ]
    { "effect" : "xmas" }  [ red chases green ]
    
    Possible future additions: colors/effects apply to range only. End ranges are given in pixel index number.
    giddyhup committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    472fb89 View commit details
    Browse the repository at this point in the history