I have a handful of IKEA buttons where I'm using their ID to identify which button is pressed. But this isn't nice to update if I need to change things. Is there a way to make a global configuration variable where I can configure it and then just reference the variable/configuration in my nodes?
Alternatively, are there other better solutions?