iceglow / node-red-contrib-deepstack

BSD 3-Clause "New" or "Revised" License
10 stars 11 forks source link

duration is always 0 #8

Open elad-bar opened 3 years ago

elad-bar commented 3 years ago

thanks for adding the duration, it keep returns as 0, seems like the value is rounded, can you please change it so it will represent how many milliseconds (0.123 seconds or 123ms - doesn't matter)

thanks

iceglow commented 3 years ago

Hi @elad-bar,

Thanks for reporting this issue. Can you please help me by verifying what result you get from calling the Deepstack API directly? I'm only getting 0 back from the REST call, leading me to this feature is not yet fully implemented from Deepstack.

The implementation should take the result as is to the msg object.

BR