Function get_attribute_list

Source
pub fn get_attribute_list(cluster_id: u32) -> Vec<(u32, &'static str)>
Expand description

Main dispatcher function for getting attribute lists

This function routes to the appropriate cluster-specific attribute list based on cluster ID.

§Parameters

  • cluster_id - The cluster identifier

§Returns

Vector of tuples containing (attribute_id, attribute_name) or empty vector if unsupported