How do I use z wave device parameters?

I am very new to z wave. I have some Zooz switches that support customization of the LED. I see there is a section in the device information xml that describes these customization, but I don’t see any way for me to set them from within OpenHAB2.I have so far not found this in the documentation either. Just hoping someone can point me in the right direction.

  <!-- PARAMETER DEFINITIONS -->
  <parameter name="config_1_1" type="integer" groupName="configuration">
    <label>1: Paddle Control</label>
    <description><![CDATA[
Reverse switch direction<br /><h1>Overview</h1><p>Choose if you want the upper paddle to turn the light on or turn the light off when tapped</p>
    ]]></description>
    <default>0</default>
    <options>
      <option value="0">Top-ON, Bottom-OFF</option>
      <option value="1">Top-OFF, Bottom-ON</option>
    </options>
  </parameter>

  <parameter name="config_2_1" type="integer" groupName="configuration">
    <label>2: LED Indicator Control</label>
    <description><![CDATA[
LED Indicator Control<br /><h1>Overview</h1><p>Choose if you want the LED indicator to turn on when the switch (light) is on or off</p>
    ]]></description>
    <default>0</default>
    <options>
      <option value="0">LED ON - Switch OFF</option>
      <option value="1">LED ON - Switch ON</option>
    </options>
  </parameter>

  <parameter name="config_3_1" type="integer" groupName="configuration">
    <label>3: LED Indicator</label>
    <description><![CDATA[
Enable / Disable LED Indicator<br /><h1>Overview</h1><p>Enable / Disable LED Indicator</p>
    ]]></description>
    <default>0</default>
    <options>
      <option value="0">LED Enabled</option>
      <option value="1">LED Disabled</option>
    </options>
  </parameter>

Why would you want to play with the Z-Wave node parameters?
I set them once and forget them :slight_smile:
Anyway, here you are: Fibaro Motion Sensor - Change Parameters by Rule