logo
Bardolph
Simplified Scripting for Connected Lights
Demo Script
# If necessary, change to the name of your bulb. define candle_light "Candle" duration 0.5 on candle_light saturation 100 brightness 50 time 2 duration 2 repeat repeat 3 with hue_base cycle begin assign col_num 0 set candle_light begin repeat 5 with next_hue cycle hue_base begin hue next_hue stage column col_num assign col_num {col_num + 1} end end end