require "core"

local can_add_remove_devices = ...

core.update_gateway({
    manual_device_adding = can_add_remove_devices and "wizard" or "no"
})