@JÞB wrote:
@Wolleee wrote:
I would try something like this. You had several alarm elements, i just put those into an array, arrays are generally much easier to work with than several of the same type elements.


Use an enum type def and those strings can travel places without having to update the string array constants in several places each time you add a new alarm

(Look ma no case struscture to hide code in)
I originally was going to suggest this, minus the enum, but i wasnt sure what version that conditional terminal became available
I should have just dont a quick search. Much clearner code though.
-Matt