mirror of
https://github.com/arendst/Tasmota.git
synced 2025-11-26 11:17:44 +00:00
8 lines
227 B
Plaintext
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)
|