I’ve got a question about luup.register_handler().
Say I have two instances of the same device, and in the implementation for that device there is a register_handler().
When the lr_handlername HTTP request comes in, which device’s Lua context is used? Is it random and indeterminate? Is it random but the same each time? Is it possible for the HTTP request to ask for the Luup context of one device or the other to be used?