var toolbox_dht ={
    "kind": "categoryToolbox",
    "contents": [
      {
        "kind": "category",
        "name": "%{BKY_CAT_DHT}",
        "toolboxitemid": "DHT",
        "levels": "1,2,3",
        "level": "1",
        "categorystyle": "DHT_category",
        "cssConfig": {
          // "icon": "customIcon fas fa-microchip"
          "icon": "customIcon fas fa-play", 
        },
        "contents": [
          {
            "kind": "block",
            "type": "dht_sensor_setup"
          },
          {
            "kind": "block",
            "type": "dht_get_temperature"
          },
          {
            "kind": "block",
            "type": "dht_get_humidity"
          },
          {
            "kind": "block",
            "type": "dht_get_temperature_int"
          },
          {
            "kind": "block",
            "type": "dht_get_humidity_int"
          }
        ]
      }
    ]
  }
  