|
FireSync API
|
Represents configuration parameter for a light temperature control algorithm.

Public Attributes | |
| k64f | dt |
| Time constant (seconds) | |
| kBool | enabled |
| Enable PID. | |
| k64f | integratorMax |
| Max (absolute) value for integrator. | |
| k64f | kd |
| Derivative constant. | |
| k64f | ki |
| Integral constant. | |
| k64f | kp |
| Proportional constant. | |
| k64f | ks |
| Offset constant. | |
| k64f | max |
| Max. | |
| k64f | min |
| Min. | |
| k64f | setpoint |
| Temperature setpoint. | |