17.03.2025, 09:41
(17.03.2025, 09:36)admin Wrote: Why not use scenes for this?
Because I think write/read script is faster and more complex than edit/read scene. And sometime I need to check value of a specific address before taking the action. Example, if 1/1/1 = 10 and 1/1/2 = true I will do action A but when 1/1/1 = 10 and 1/1/2 = false I will do action B.