var toolbox_weather_detection = {
    "kind": "categoryToolbox",
    "contents": [
        {
            "kind": "category",
            "name": "%{BKY_CAT_WEATHER_DETECTION}",
            "toolboxitemid": "WEATHER_DETECTION",
            "levels": "1,2,3",
            "level": "1",
            "categorystyle": "weather_detection_category",
            "cssConfig": {
                // "icon": "customIcon fas fa-microchip"
                "icon": "customIcon fas fa-play", 
            },
            "contents": [
                    { "kind": "block", "type": "javascript_setup" },
                    { "kind": "block", "type": "ai_stop" },
                   {
      "kind": "block",
      "type": "weather_get_data"
    },
    {
      "kind": "block",
      "type": "weather_set_api"
    },
    {
      "kind": "sep",
      "gap": "8"
    },
    {
      "kind": "block",
      "type": "weather_temperature"
    },
    {
      "kind": "block",
      "type": "weather_pressure" 
    },
    {
      "kind": "block",
      "type": "weather_humidity"
    },
    {
      "kind": "block",
      "type": "weather_wind"
    },
    {
      "kind": "block",
      "type": "weather_coordinate"
    },
    {
      "kind": "block",
      "type": "weather_sun_time"
    },
    {
      "kind": "block", 
      "type": "weather_condition"
    },
    {
      "kind": "block",
      "type": "weather_city"
    },
    {
      "kind": "block",
      "type": "weather_print"
    },
            ]
        }
    ]
}
