rosrestpy icon indicating copy to clipboard operation
rosrestpy copied to clipboard

id filter not working

Open konstkartsev opened this issue 1 year ago • 0 comments

Hi, i got ROS 7.14.2

ip.firewall.filter with parameters does not work by id.

example:

rule=ros.ip.firewall.filter(id="*73")
print(rule)
>>> []

The reason is that: rest/ip/firewall/filter?id=*73 the id is missing a point, it will be correct like this rest/ip/firewall/filter?.id=*73

konstkartsev avatar Oct 28 '24 14:10 konstkartsev