Is there a way to test for the state of a door?
I want to flip a boolean when the door state changes, but on_open/on_close/on_lock/on_unlock don't work in 8-bit mode. I can't code it manually with 'unlock door' etc. because the match doesn't necessarily result in the door state changing.
The only workaround I can see is to code the whole thing manually with door_operation - just wondering if there's an easier way of doing things.