nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ bt_mesh_light_ctrl_coeff

#include <include/bluetooth/mesh/light_ctrl.h>

Light Control Regulator Coefficients

Enumerator
BT_MESH_LIGHT_CTRL_COEFF_KID 

Regulator downwards integral coefficient (Kid).

    - Unit: Unitless
    - Encoding: 32 bit floating point.
    - Range: 0 to 1000.0
BT_MESH_LIGHT_CTRL_COEFF_KIU 

Regulator upwards integral coefficient (Kiu).

    - Unit: Unitless
    - Encoding: 32 bit floating point.
    - Range: 0 to 1000.0
BT_MESH_LIGHT_CTRL_COEFF_KPD 

Regulator downwards proportional coefficient (Kpd).

    - Unit: Unitless
    - Encoding: 32 bit floating point.
    - Range: 0 to 1000.0
BT_MESH_LIGHT_CTRL_COEFF_KPU 

Regulator upwards proportional coeffient (Kpu).

    - Unit: Unitless
    - Encoding: 32 bit floating point.
    - Range: 0 to 1000.0