Ecobee Climate Setting Automation Troubles

The Ecobee Documentation mentions that a Climate coolTemp and heatTemp paramaters can be changed.

I can change to a climate using:

ecobeeSetHold("##", null, null, “smart1”, null, null, “indefinite”, null)

and I can change temperatures

ecobeeSetHold("##", desiredCool, desiredHeat, null, null, null, “indefinite”, null)

HOWEVER, the above command puts the ecobee in a “hold” climate rather than keeping it on the “smart1” climate (which is desired as it uses specific sensors).

Is there a way through openhab rules to change the desiredCool and desiredHeat permanently for a climate setting?

Thanks.