Categories config

config/categories.lua
  return {
      {
          ["id"] = "cctv",
          ["icon"] = "fas fa-video",
          ["label"] = "CCTV",
      },
      {
          ["id"] = "sensor",
          ["icon"] = "fas fa-eye",
          ["label"] = "Sensors",
      },
  }