setThermostatTargets( thLow, thHigh)

Sets target temperature of Nest Thermostat.

Arguments

thLow: Lower threshold (that controls heat) in degree C.
thHigh: Upper threshold (that controls cooling) in degree C.

Returns

If successful, will return a tag object.

Example

Below example only sets lower threshold and leaves upper threshold alone.
var nest = <#Nest_[62]_1#>;
nest.setThermostatTargets(<%x degree C_N%>, nest.highTh);