I am using the Ecobee integration Version: 1.0.2 with Webcore. Is there a parameter for the setAway() function for holdTime? It current uses the default set in the thermostat preferences. In my case, I want the hold time to be "indefinite". I tried adding a parameter and got an error.
2023-06-16 09:23:29.701 AMerrorgroovy.lang.MissingMethodException: No signature of method: EcobeeThermostat.setAway() is applicable for argument types: (java.lang.String) values: [indefinite]
Possible solutions: setAway(), getAt(java.lang.String) on line 4386 (method setAway)
In the SmartThings WebCore docs, there is a setThermostatProgram(Away,indefinite,), I saw documentation for a similar function in HomeAssistant.