{
    "name": "wake_up",
    "name_cased": "wakeUp",
    "name_pretty": "Wake Up",
    "category": "digital_key",
    "authorization": true,
    "identifier": {
        "msb": 0,
        "lsb": 34
    },
    "api": {
        "intro": 2,
        "update": 11
    },
    "disabled_in": [
        "ble"
    ],
    "setters": [
        {
            "name": "wake_up",
            "constants": [
                {
                    "property_id": 1,
                    "value": [
                        0
                    ]
                }
            ],
            "description": "Wake up the vehicle. This is necessary when the vehicle has fallen asleep, in which case the vehicle responds with the Failure Message to all incoming messages. The vehicle is also waken up by the Lock/Unlock Doors message."
        }
    ],
    "properties": [
        {
            "id": 1,
            "name": "status",
            "name_cased": "status",
            "name_pretty": "Status",
            "type": "enum",
            "size": 1,
            "enum_values": [
                {
                    "id": 0,
                    "name": "wake_up"
                },
                {
                    "id": 1,
                    "name": "sleep"
                }
            ],
            "examples": [
                {
                    "data_component": "00",
                    "value": "wake_up",
                    "description": "Wake up"
                }
            ]
        }
    ]
}