Updating limit-uptime using telnet

Can you update time limit using telnet?

I am using arduino and I can add user and limit its uptime using arduino serial and telnet.


ip hotspot user add name=user1 limit-uptime=20

how can I update time on user1? Like i want his time to double.

Never tried hotspot, but this might work for existing users:

/ip hotspot user set [ find name=user1 ] limit-uptime=20

Thank you! My mikrotik is still on delivery so I still have to wait for it to come and try it out.

Perfect! Working 100%