Files
Tasmota/lib/libesp32/berry_animation/anim_examples/test_compute_multiple.anim
2025-09-08 23:30:57 +02:00

8 lines
227 B
Plaintext

# Computed Values Demo - Example from the original request
# Shows how to use computed values from value providers
# Get the current strip length
set strip_len = strip_length()
set a = strip_len / 4
set b = abs(strip_len / 4)