var toolbox_sensor = {
    "kind": "categoryToolbox",
    "contents": [
        {
            "kind": "category",
            "name": "%{BKY_CAT_SENSOR}",
            "toolboxitemid": "SENSOR",
            "levels": "1,2,3",
            "level": "1",
            "categorystyle": "sensor_category",
            "cssConfig": {
                // "icon": "customIcon fas fa-microchip"
                "icon": "customIcon fas fa-play", 
            },
            "contents": [
                {
                    "kind": "block",
                    "type": "ultrasonic_get_distance"
                }
            ]
        }
    ]
}
