The document that you sent to me is for setting the speed limit for specific vehicle.
Let say that I have 500 pickups and 1,000 trucks. I do not want to run the command one by one for 1,500 times.
I think that there should be a way to say that the speed limit for truck is 80 km/h and the speed limit for pickup is 80 km/h.
Then I do not need to run the command 1,500 times. The point is that I run the command for the type of vehicle not the vehicle.
Can you suggest me how to do it?