Trouble with collection proxy :(

You should unload the menu collection as well as loading the ‘bedroom’ collection otherwise the menu will remain active.

if message_id == hash("load_bedroom") then
    msg.post("/go1#menu", "unload")
    msg.post("/go1#bedroom", "load")
end