I referenced the Black Square Caravan Professional manual and found L:var_CabinTemperatureKnob with a range of 50-100.
But I am not able to determine how to increase or decrease the values.
Dose anyone have the Var to increase and decrease the Cabin Temperature Target Knob?
I wanted to update the post in case anyone else needs this:
Decrease:
(L:var_CabinTemperatureKnob, number) ++ 100 min (>L:var_CabinTemperatureKnob, number)
Increase:
(L:var_CabinTemperatureKnob, number) -- 50 max (>L:var_CabinTemperatureKnob, number)