Delay home modes AltUI not working

I am not seeing the system attribute to change this delay. Where do I find it on AltUI? I looked into the Openluup device and the verabridge device attributes but can’t seem to find it.

It’s a system-level attribute. You should be able to see it on the AltUI > More > Table Controllers Page, although you’re not able to change it there.

luup.attr_set ("mode_change_delay", 20)

should do it (set to 20, in this case.)

[quote=“akbooer, post:22, topic:198724”]It’s a system-level attribute. You should be able to see it on the AltUI > More > Table Controllers Page, although you’re not able to change it there.

luup.attr_set ("mode_change_delay", 20)

should do it (set to 20, in this case.)[/quote]

Got it. Thank you!