Skip to main content

add_element

Function add_element 

Source
pub fn add_element(
    config_json: &str,
    params: AddElementParams<'_>,
) -> Result<String>
Expand description

Add a new element (CFG_FELEM record)

§Arguments

  • config_json - JSON configuration string
  • params - Element parameters (code required, others optional)

§Returns

Modified configuration JSON string