door_lock_configuration_updated – gets sent to notify that door lock configuration was updated
				
					{
    event = "door_lock_configuration_updated",
    node_id = 1,
    channel_id = 0,
    configuration = {
        inside_handle_ids = { 1 },
        outside_handle_ids = { 1 },
        lock_timeout = 20,
        auto_relock_timeout = 30,
        hold_and_release_timeout = 40,
        twist_assist_enabled = true,
        block_to_block_enabled = true 
    }
}				
			
fields type description
event string type of an event
node_id int a unique id of a ZWave device within a Zwave network
channel_id int channel id
value table
configuration table