<div dir="ltr">Hi,<div><br></div><div>I have a lua script which parks a leg using uuid_park</div><div><br></div><div>I would like to restrict the amount of time that the leg is parked. In order to achieve this, I tried using park_timeout as follows:</div>
<div><br></div><div><div>cmd = &quot;uuid_setvar &quot;..uuid..&quot; park_timeout 10&quot;;</div><div>api:executeString(cmd);</div></div><div>api:execute(&quot;uuid_park&quot;, uuid);<br></div><div><br></div><div>However, the parked call doesn&#39;t seem to timeout. Am I missing something?</div>
<div><br></div><div>Thanks!</div></div>