get_product_name() Get hub’s product name. Call Example Edit core.get_product_name() params: none. return: a hub’s product name (string) or nil in a case of an error. Edit require "core" local name = core.get_product_name() if name == nil then print("fail to get a hub's product name") end