{
    "name": "fueling",
    "name_cased": "fueling",
    "name_pretty": "Fueling",
    "category": "parking",
    "authorization": true,
    "identifier": {
        "msb": 0,
        "lsb": 64
    },
    "api": {
        "intro": 4,
        "update": 11
    },
    "getters": {
        "name": "get_gas_flap_state"
    },
    "setters": [
        {
            "name": "control_gas_flap",
            "optional": [
                2,
                3
            ],
            "description": "Control the gas flap of the vehicle."
        }
    ],
    "state": "all",
    "properties": [
        {
            "id": 2,
            "name": "gas_flap_lock",
            "name_cased": "gasFlapLock",
            "name_pretty": "Gas flap lock",
            "type": "types.lock_state",
            "examples": [
                {
                    "data_component": "01",
                    "value": "locked",
                    "description": "Gas flap is locked"
                }
            ]
        },
        {
            "id": 3,
            "name": "gas_flap_position",
            "name_cased": "gasFlapPosition",
            "name_pretty": "Gas flap position",
            "type": "types.position",
            "examples": [
                {
                    "data_component": "00",
                    "value": "closed",
                    "description": "Gas flap is closed"
                }
            ]
        }
    ]
}