<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 = "uuid_setvar "..uuid.." park_timeout 10";</div><div>api:executeString(cmd);</div></div><div>api:execute("uuid_park", uuid);<br></div><div><br></div><div>However, the parked call doesn't seem to timeout. Am I missing something?</div>
<div><br></div><div>Thanks!</div></div>