Below are the path i need to monitor via API poller i have around 30 sensor should i need to create 30 API poller or is there any easy way to enable monitoring using wildcard ?
path: $.['Temperatures'].[0].['ReadingCelsius']
path: $.['Temperatures'].[1].['ReadingCelsius']
path: $.['Temperatures'].[2].['ReadingCelsius']
path: $.['Temperatures'].[3].['ReadingCelsius']