Silvercrest Lichterkette



Config:


1262551497.loxone


Template:

1262551327.xml


Konstante 1 bei der RGB Lichtszene ist nur für die Darstellung der Simulation



Doku: Lichterkette


Controls the 16 build-in effects of the LED string. An effect expects 3 parameters: speedcolors and effect. To trigger an effect send a message to zigbee2mqtt/FRIENDLY_NAME/set with payload {"effect": {"effect": EFFECT, "speed": SPEED, "colors": COLORS}}. Description:

Example message payload #

{
 "effect": {
     "effect": "snake",
     "speed": 100,
     "colors": [
         {
             "r": 255,
             "g": 0,
             "b": 0
         },
         {
             "r": 0,
             "g": 255,
             "b": 0
         },
         {
             "r": 0,
             "g": 0,
             "b": 255
         }
     ]
 }
}