rosrestpy
rosrestpy copied to clipboard
id filter not working
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